.ff-banner__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 425px;
    max-height: 425px;
}
.ff-banner__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(22, 166, 167, 0.8) 0, rgba(46, 46, 84, 0.1) 100%); */
    z-index: 0;
}
.ff-banner__button {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-secondary);
    font-weight: 500;
    transition: 0.2s;
}
.ff-banner__button:hover {
    background-color: var(--color-secondary);
    color: #fff;
}
.ff-slide__anim-fade-top {
    transform: translateY(60px);
    opacity: 0;
    transition: 0.6s 0.4s;
}
.ff-slide__anim-delay-2 {
    transition-delay: 0.5s;
}
.ff-banner__slider-title {
    font-size: var(--fs-banner-title);
    line-height: calc(var(--fs-banner-title) + 6px);
    font-weight: 600;
    color: #fff;
}
.ff-home__banner-swiper.other-lang .ff-banner__slider-title {
    line-height: calc(var(--fs-banner-title) + 20px);
}
.swiper-slide-active .ff-slide__anim-fade-top {
    transform: translateY(0);
    opacity: 1;
}
.ff-banner__slider-content {
    padding-top: 165px;
}
.ff-banner__slider-content--highlight {
    color: #ffd47c;
}
.ff-video__slide-button {
    width: 86px;
    height: 86px;
    background-color: #f49e4c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    right: -24px;
}
.ff-home__category-title {
    font-weight: 500 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 16px;
    width: 486px;
    height: 120px;
    margin-top: 100px;
}
.ff-category__card {
    padding: 16px 16px 0;
    border-radius: 24px;
    box-shadow: 0 4px 24px 0 rgba(62, 62, 62, 0.13);
    border-bottom-width: 5px !important;
    transition: 0.4s cubic-bezier(0.25, 0.1, 0.09, 1.35);
}
.ff-category__card:hover {
    transform: scale(1.05);
}
.ff-category__card--farming {
    background-color: #ecffee;
    border: 1px solid #cbe5cf;
}
.ff-category__card--business {
    background-color: #edf9f9;
    border: 1px solid #dcecec;
}
.ff-category__card--finance {
    background-color: #f7f1f6;
    border: 1px solid #eadce7;
}
.ff-home__benefit-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #16A6A7;
    background: #fff;
}
.ff-card__home-benefit {
    border-radius: 24px;
}
.ff-uasge__slider-inwrap {
    background: #fff;
    height: 100%;
    border-radius: 36px;
}
.ff-usage__step-section--gradiant-bottom::before,
.ff-usage__step-section--gradiant-top::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.ff-usage__step-section--gradiant-top::before {
    background: linear-gradient(180deg, rgba(162, 219, 220, 0.5) 0, rgba(255, 255, 255, 0) 100%);
}
.ff-usage__step-section--gradiant-bottom::before {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0, rgba(162, 219, 220, 0.5) 100%);
}
.h-100vh,
.h-150vh {
    height: 100vh;
}
.ff-usage__step-container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ff-uasge__slider-wrap {
    z-index: 1;
    padding: 13px 16px;
}
.ff-usage__step-mobile-shadow {
    bottom: -26px;
}
@media (max-width: 500px) and (max-height: 700px) {
    .ff-usage__step-mobile-wrapper {
        height: 460px;
    }
    .ff-uasge__slider-inwrap {
        border-radius: 26px;
    }
    .ff-uasge__slider-wrap {
        padding: 11px 14px;
    }
}
@media (min-width: 768px) {
    .ff-category__card-outer {
        overflow: visible !important;
    }
    .ff-category__card-row {
        flex-wrap: wrap;
        width: auto !important;
        margin: 0 -16px;
    }
    .ff-category__card-col {
        width: 33.333% !important;
        padding: 0 16px;
    }
    .ff-category__card {
        padding: 24px 32px 0;
    }
    .ff-banner__slide {
        min-height: 375px;
        max-height: 560px;
    }
    .ff-section--benefits-home {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #edf9f9 100%);
    }
    .ff-card__home-benefit {
        padding: 16px 16px 24px;
        background: white;
    }
    .ff-banner__slide::before {
        /* background: linear-gradient(270deg, rgba(46, 46, 84, 0.1) 22.36%, rgba(22, 166, 167, 0.8) 75.9%); */
    }
    .h-150vh {
        height: 150.1vh;
    }
}
@media (min-width: 992px) {
    /* .ff-home__benefit-cards .col:nth-child(2n) .ff-card__home-benefit {
        margin-top: 72px;
    } */
    .ff-usage__step-para,
    .ff-usage__step-title {
        transition: 0.6s;
    }
    .ff-usage__step-title {
        transition-delay: 0.1s;
    }
    .ff-usage__step-para {
        transition-delay: 0.2s;
    }
    .section-active .ff-usage__step-para,
    .section-active .ff-usage__step-title {
        transform: translateY(0);
        opacity: 1;
    }
    .ff-usage__step-container {
        padding: 50px 120px;
    }
    .ff-usage__steps-lines-wrapper {
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
        text-align: center;
    }
}
.ff-slide__screens {
    transform: translateX(0);
    transition: 0.1s linear;
}
.ff-swiper-wrapper {
    transition: transform 0.3s ease-out;
}
@media (min-width: 1024px) {
    .ff-usage__steps-lines-wrapper img {
        width: 1250px !important;
    }
}
@media (max-width: 767px) {
    .ff-category__card-outer {
        padding: 24px 16px !important;
    }
    .ff-home__benefit-cards .col:last-child .ff-card__home-benefit {
        margin-bottom: 0 !important;
    }
    .ff-usage__step-para {
        font-size: 14px;
        line-height: 22px;
    }
    .ff-home__category-section {
        padding-top: 24px !important;
        padding-bottom: 0 !important;
    }
    .ff-section__home-courses .swiper-wrapper .ff-course__card:nth-last-child(2) {
        padding-bottom: 32px !important;
    }
    .active_append_cards .swiper-wrapper .ff-course__card:nth-last-child(2) {
        padding-bottom: 0 !important;
    }
    .active_append_cards .ff-course__card:last-child {
        padding-bottom: 44px !important;
    }
}
.ff-button__plain-primary--light {
    color: #73caca !important;
}
.ff-button__plain--underline::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #73caca;
}
.hideGoalsMobile,
.show_more_mobile {
    display: none;
}
.ff-main__home .ff-section__title-large {
    font-weight: 600 !important;
}
.ff-section--primary-light-custom
{
    background: linear-gradient(to top, #D0EDED 0%, #D0EDED 50%, white 100%);
}



/* .ff-button__tab-overwrite
{
    color: #696969!important;
    padding: 9px 16px!important;
    font-size: var(--fs-base)!important;
    line-height: calc(var(--fs-base) + 8px)!important;
    background: 0 0!important;
    border: 1px solid #d5d5dd!important;
} */


.custom-accordion-item {
    border: 1px solid #ccc;
    /* margin-bottom: 20px; */
    overflow: hidden; /* Ensure content is hidden properly */
    padding: 16px 0px 0px 0px;
    border-radius: 12px 0px 0px 0px;
    opacity: 0px;
    }

@media only screen and (max-width: 767px) {
    .custom-accordion-item {
        margin-bottom: 0;
        padding: 0;
        border-radius:0;
    }
}
.custom-accordion-button {
    background: #F2F2F2;
    padding: 24px ;
    width: 85%; /* Button is 80% of the container width */
    margin: 0 auto; /* Center the button */
    text-align: left;
    border: none;
    cursor: pointer;
    position: relative;
    transition: width 0.3s ease; /* Smooth transition if needed */
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    border-radius: 12px;
}
.custom-accordion-button:hover {
    background-color: #D4D4D4; /* Change background color on hover */
}

.custom-accordion-button .custom-toggle-icon {
    position: absolute;
    right: 10px;
}

.custom-accordion-content {
    display: none;
    padding: 10px;
    background-color: #f9f9f9;
    width: 100%; /* Content takes full width */
    text-align: left!important;
}

.custom-accordion-content.active {
    display: block;
}

.custom-accordion-button.open .custom-toggle-icon {
    content: 'X'; /* Optional: change icon when open */
}

.custom-bg-color-3 {
    background-color: #D0EDED;
    border-radius: 20px;
    padding:20px 0px!important;
}

.custom-bg-color-1 {
    background-color: #E9E5EF;
    border-radius: 20px;
    padding:20px 0px!important;
}

.custom-bg-color-2 {
    background-color: #CBE5CF;
    border-radius: 20px;
    padding:20px 0px!important;
}

@media only screen and (max-width: 767px) {
    .custom-bg-color-3 {
        border-radius:0;
    }
    
    .custom-bg-color-1 {
        border-radius:0;
    }
    
    .custom-bg-color-2 {
        border-radius:0;
    }
    .custom-accordion-button {
        margin: 8px auto; /* Center the button */
    }
}
.custom-bg-color-accordian_section {
    background: linear-gradient(to bottom, #f0f0ff 50%, #ffffff 100%);
}

.custom-accordion-item-overwrite {
    border: none !important;
    text-align:center;
}

.ff-section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ff-section__title-large {
    text-align: left;
}
.course_list_result
{
    min-height: 300px !important;
}

.course_list_result-overwrite
{
    min-height: 200px !important;
}
/* body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
} */

.section1 {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 20%, #e8f7f7 80%);
    padding: 50px 20px;
    text-align: center;
    position: relative;
    min-height: 400px; /* Adjust height as needed */
}

.section1 .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
}

.section1 h1 {
    margin: 0 0 20px;
    font-size: 2rem;
    color: #333;
}

.section1 p {
    margin: 0 0 20px;
    font-size: 1.2rem;
    color: #666;
}

.section1 .button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #007BFF;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.section1 .button:hover {
    background-color: #0056b3;
}

.category-bg-color-3 {
    background-color: #D0EDED;
}

.category-bg-color-1 {
    background-color: #E9E5EF;
}

.category-bg-color-2 {
    background-color: #CBE5CF;
}
.accordian_image
{
    width: 32px;
    height: auto;
    margin: 0 5px;
}

.full-screen-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover; /* Ensures the image covers the screen without distortion */
    z-index: -1; /* Optional: sends the image behind other content */
}

.ff-banner__slider-title
{
    color: #2E2E54;
    font-size: var(--fs-section-title-lg);
}

.ff-banner__button{
    background: #16A6A7;
    color: #FFFFFF;
    border-radius: 10px;
}
.ff-banner__button-secondary{
    background: #FFFFFF;
    color: #16A6A7;
    border-radius: 10px;
    padding: 14px 22px;
    font-weight: 500;
    transition: .2s;
    border: 1px solid;
}
.ff-banner__button-secondary:hover {
    background-color: #D0EDED;
    /* color: #FFFFFF; */
}
/* .banner-flex-conainter{
    display: flex;#d0eded
} */
.ff-banner__slide {
    position: relative;
    /* overflow: hidden; Ensures content stays within the banner */
}

.banner-images {
    position: absolute;
    right: 0;
    bottom: 7px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    /* gap: 15px; Space between images */
    /* padding: 20px; Adjust padding as needed */
}

.banner-images .screenshot {
    max-width: 285px; /* Adjust size as needed */
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.banner-images .screenshot:hover {
    /* transform: scale(1.05); Slight zoom on hover */
}


/* Positioning for staggered layout */
.banner-images .screenshot:nth-child(1) {
    margin-bottom: 115px;
    margin-right: -102px;
}

.banner-images .screenshot:nth-child(2) {
    margin-bottom: 10px;
    margin-right: -80px;
}
.banner-images .screenshot:nth-child(3) {
    margin-top: 25px;
    margin-right: 60px;
}

@media (min-width: 1024px) {
    .banner-images .screenshot {
        max-width: 240px; 
    }
    /* Positioning for staggered layout */
    .banner-images .screenshot:nth-child(1) {
        margin-bottom: 80px;
        margin-right: -53px;
    }
    .banner-images .screenshot:nth-child(2) {
        margin-bottom: 20px;
        margin-right: -66px;
        margin-left: -25px;
    }
    .banner-images .screenshot:nth-child(3) {
        margin-top: 25px;
        margin-right: 140px;
        margin-bottom: 10px; 
    }
}
.banner-images .screenshot:hover {
    /* transform: scale(1.05); Slight zoom on hover */
}


@media (max-width: 768px) {
    
    section#explore-cat-section .container {
        padding : 0;
    }
    .ff-banner__slider-content {
        order: 2; /* Ensure the content comes after the images */
        text-align: center; /* Center-align the text */
    }

    .banner-images {
        position: static; /* Remove absolute positioning */
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 0px; /* Add spacing between text and images */
    }

    .banner-images .screenshot {
        max-width: 200px; /* Adjust size for mobile */
        margin-right: 10px; /* Space between images */
        margin-bottom: 0; /* Remove bottom margin for inline display */
    }

    .banner-images .screenshot:last-child {
        margin-right: 0; /* Remove margin for the last image */
    }

    /* Ensure the title appears at the top */
    .ff-banner__slider-title {
        margin-bottom: 20px; /* Adjust as needed */
        font-size: 26px; /* Adjust font size for mobile */
    }

    /* Positioning for staggered layout */
    .banner-images .screenshot:nth-child(1) {
        margin-bottom: -30px;
        margin-right: -75px;
    }

    .banner-images .screenshot:nth-child(2) {
        margin-bottom: 0px;
    }
    .banner-images .screenshot:nth-child(3) {
        margin-top: 0px;
        margin-right: 0px;
    }
    .ff-banner__slider-content {
        padding-top: 10px;
    }

    .ff-banner__slider-content-other-language {
        padding-top: 20px!important;
    }

    /* Rotate the image by 15 degrees */
    .banner-images .screenshot:nth-child(1) {
        transform: rotate(-25deg);
        max-width: 165px; 
    }

    .banner-images .screenshot:nth-child(2) {
        transform: rotate(-12deg);
    }

    .banner-images .screenshot:nth-child(3) {
        transform: rotate(5deg);
    }

    /* Positioning for staggered layout and rotation */

    .banner-images .screenshot:nth-child(2) {
        margin-bottom: 0px;
        margin-right: -82px;
        z-index: 2; 
        max-width: 235px; 
        transform:rotate(-12deg);
    } 

    .banner-images .screenshot:nth-child(3) {
        margin-top: 25px;
        /* margin-right: 60px; */
        max-width: 180px; 
        z-index: 1; /* Background */
        transform: rotate(0deg);
    }

    /* Slight zoom on hover with rotation */
    .banner-images .screenshot:hover {
        transform: scale(1.05); /* Optional zoom on hover */
    }
    .ff-banner__slide{
        min-height: 300px ! important;
        overflow: unset!important; /* Ensures content stays within the banner */
    }
    
}


/* 
.custom-course-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .custom-course-card {
    width: 180px;
    height: 180px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 46px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 16px;
  }
  
  .custom-course-card img {
    width: 100.04px;
    height: 70px;
    border: 1px solid transparent;
  }
  
  .custom-course-card p {
    font-size: 13px;
    flex-wrap: wrap;
    color: #3E3E3E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    margin: 0;
  }
  
  .custom-course-carousel {
    display: none;
  }
  
  .custom-swiper-container {
    width: 100%;
    height: 300px;
  }
  
  .custom-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-category-agriculture {
    background-color: #D0EDED;
  }
  
  .custom-category-personal-finance {
    background-color: #E9E5EF;
  }
  
  .custom-category-govt-schemes {
    background-color: #CBE5CF;
  }
   */


   .custom-course-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* max-width: 1000px; */
    margin: 0 auto;
    position: relative;
    top: 90px ; 
  }
  @media (max-width: 768px) {

    .custom-course-grid {
        display: flex;
        flex-wrap: unset;
        justify-content: space-evenly;
        max-width: 1000px;
        margin: 0 auto;
        overflow-x: auto;
        scrollbar-width: none; /* For Firefox */
    }

    .custom-course-grid::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Edge */
    }
  }
  .custom-course-card {
    width: 200px;
    height: 200px;
    display: flex;
    text-align: center;
    justify-content: flex-center; 
    flex-shrink: 0;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 46px 0;
    gap: 16px;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 16px 0px #0000000a;
    cursor: pointer;
    transition: box-shadow 80ms ease-in;
  }

  .custom-course-card:hover {
    box-shadow: 0px 4px 24px 0px #00000029;
}

  .custom-course-card img {
    width: 70.04px;
    height: 70.04px;
    border: 1px solid transparent;
  }
  .custom-course-card p {
    font-size: 14px;
    flex-wrap: wrap;
    color: #3E3E3E;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 22px;
    /* transform: translateY(-20px); */
    margin: 0;
  }
  .custom-course-carousel {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-scrollbar {
    display: none;
  }
  }
  .custom-swiper-container {
    width: 100%;
    height: 300px;
  }
  .custom-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .custom-category-agriculture {
    background-color: #E9E5EF;
  }
  .custom-category-personal-finance {
    background-color: #CBE5CF;
  }
  .custom-category-govt-schemes {
    background-color: #D0EDED;
  }

#top-courses-panel {
    padding-top: 56px !important;
}

.number-card {
    background-clip: padding-box;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 475px !important;
    height: 160px;
    display: inline-block;
    position: relative;
}
.course-card-duration {
    bottom: 3px;
    left: 30%;
}
.number-1-card {
    background-position: -5px 35px; /* Aligns with the first number (1) */
    background-size: auto;
}
.number-2-card {
    background-position: -278px 23px; /* Aligns with the second number (2) */
    background-size: auto 88%;
}
.number-3-card {
    background-position: -530px 23px; /* Aligns with the third number (3) */
    background-size: auto 88%;
}
.number-4-card {
    background-position: -794px 23px; /* Aligns with the fourth number (4) */
    background-size: auto 88%;
}
.number-5-card {
    background-position: -1022px 23px; /* Aligns with the fifth number (5) */
    background-size: auto 88%;
}
.number-6-card {
    background-position: -1271px 23px; /* Aligns with the sixth number (6) */
    background-size: auto 88%;
}
.number-7-card {
    background-position: -1545px 23px; /* Aligns with the seventh number (7) */
    background-size: auto 88%;
}
.number-8-card {
    background-position: -1778px 23px; /* Aligns with the eighth number (8) */
    background-size: auto 88%;
}
.number-9-card {
    background-position: -2070px 23px; /* Aligns with the ninth number (9) */
    background-size: auto 88%;
}
.number-10-card {
    background-position: -2270px 23px; /* Aligns with the tenth number (10) */
    background-size: auto 85%;
}
.ff-card__thumbnail
    .align-items-end.d-flex.h-100.justify-content-between.p-1.position-absolute.w-100 {
    left: 45%;
    bottom: 0;
}
#top-courses-panel .swiper-button-prev.previousButton,
#top-courses-panel .swiper-button-next.nextButton {
    top: -15% !important;
}
#top-courses-panel .ff-course__card .ff-card__thumbnail {
    padding: 0;
    height: 202px;
}
#top-courses-panel .ff-card__course-inwrap-overwrite {
    width: 360px;
}
#top-courses-panel .ff-card__course-overwrite {
    place-items: flex-end;
    margin-right: 20px;
}
@media (min-width: 320px) and (max-width: 991px) {

    .custom-course-card {
        width: 129px;
        height: 129px;
        margin: 10px 5px;
        padding: 46px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center; 
        gap: 10.32px;
        flex-shrink: 0;
        box-shadow: 0px 4px 16px 0px #0000000a;
        transition: box-shadow 80ms ease-in;
      }
      .custom-course-card img {
        width: 64.52px;
        height: 64.52px;
        border: 1px solid transparent; 
      }
      .custom-course-card p {
        font-size: 12px;
        flex-wrap: wrap;
        color: #3E3E3E;
        font-weight: 500;
        font-family: "Poppins", sans-serif;
        line-height: 20px;
        /* transform: translateY(-20px); */
        margin: 0;
      }

      .cardLanguage-11  .custom-course-card p {
        font-size: 10px ;
      }
    .cardLanguage-11  {
        font-size: 11px ;
    }


    .number-card {
        background-clip: padding-box;
        background-origin: content-box;
        background-repeat: no-repeat;
        width: 290px !important;
        height: 110px;
        display: inline-block;
        position: relative;
        margin-right: 0px !important;
        padding-right: 0px !important;
    }
    .course-card-duration {
        bottom: 3px;
        left: 30%;
    }
    .ff-card__thumbnail
        .align-items-end.d-flex.h-100.justify-content-between.p-1.position-absolute.w-100 {
        left: 45%;
        bottom: 0;
    }
    #top-courses-panel .swiper-button-prev.previousButton,
    #top-courses-panel .swiper-button-next.nextButton {
        top: -15% !important;
    }
    #top-courses-panel .ff-course__card .ff-card__thumbnail {
        padding: 0;
        height: 110px;
    }
    #top-courses-panel .ff-card__course-inwrap-overwrite {
        width: 196px;
    }
    #top-courses-panel .ff-card__course-overwrite {
        place-items: flex-end;
        margin-right: 0;
    }
    .number-1-card {
        background-position: -23px 5px;
        background-size: auto 80%;
    }
    .number-2-card {
        background-position: -182px 5px;
        background-size: auto 80%;
    }
    .number-3-card {
        background-position: -340px 5px;
        background-size: auto 80%;
    }
    .number-4-card {
        background-position: -507px 5px;
        background-size: auto 80%;
    }
    .number-5-card {
        background-position: -650px 5px;
        background-size: auto 80%;
    }
    .number-6-card {
        background-position: -819px 5px;
        background-size: auto 80%;
    }
    .number-7-card {
        background-position: -969px 5px;
        background-size: auto 80%;
    }
    .number-8-card {
        background-position: -1117px 5px;
        background-size: auto 80%;
    }
    .number-9-card {
        background-position: -1166px 14px;
        background-size: auto 80%;
    }
    .number-10-card {
        background-position: -1167px 23px;
        background-size: auto 100%;
    }
}
.ff-card__thumbnail position-relative {
    margin-right: 10px;
}
.ff-course__card-overwrite {
    margin-right: 32px !important;
}
.number-card-overwrite {
    background-position-x: 0px;
}
.number-1-card-overwrite {
    background-position-y: 39px;
    width: 448px !important;
}
.number-2-card-overwrite {
    background-position-y: 25px;
    width: 492px !important;
}
.number-3-card-overwrite {
    background-position-y: 24px;
    width: 485px !important;
}
.number-4-card-overwrite {
    background-position-y: 25px;
    width: 494px !important;
}
.number-5-card-overwrite {
    background-position-y: 24px;
    width: 487px !important;
}
.number-6-card-overwrite {
    background-position-y: 24px;
    width: 487px !important;
}
.number-7-card-overwrite {
    background-position-y: 24px;
    width: 483px !important;
}
.number-8-card-overwrite {
    background-position-y: 24px;
    width: 485px !important;
}
.number-9-card-overwrite {
    background-position-y: 24px;
    width: 487px !important;
}
.number-10-card-overwrite {
    background-position-y: 31px;
    width: 594px !important;
}
.ff-card__course-overwrite-2 {
    margin-right: 0px !important;
}
@media (min-width: 320px) and (max-width: 991px) {
    .ff-card__course-overwrite-2 {
        margin-right: 0px !important;
    }
    .ff-course__card-overwrite {
        margin-right: 0px !important;
    }
    .number-card-overwrite {
        background-position-x: 0px;
    }
    .number-1-card-overwrite {
        background-position: 15px 22px !important;
        width: 276px !important;
    }
    .number-2-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-3-card-overwrite {
        background-position-y: 21px;
        width: 276px !important;
    }
    .number-4-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-5-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-6-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-7-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-8-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
    }
    .number-9-card-overwrite {
        background-position-y: 22px;
        width: 276px !important;
        margin-right: 16px !important;
    }
    .number-10-card-overwrite {
        background-position: -16px 32px;
        width: 299px !important;
    }
    .swiper-wrapper-overwrite {
        margin-left: 16px;
    }
}

.ff-download__app-cta-overwrite 
{
    padding: 0px!important;
    display: inline-block!important;
    border-radius: 8px!important;
    border: 1px solid #d5d5dd!important;
    background:unset!important;
}

.ff-banner__button-secondary-overwrite{
    padding: 13px 22px!important;
    margin: 0px 0px 1.5px 10px;
    height: 48px;
}
.ff-card__thumbnail-overwrite
    .align-items-end.d-flex.h-100.justify-content-between.p-1.position-absolute.w-100 {
    left: unset!important;
}







/* 2.3.0 */

.banner-ctas {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

div#swiper_success_stories{
    padding-top: 72px ;
}

div#success_story_title {
    padding-top: 30px ;
    padding-bottom: 32px !important;
}

#swiper_bullet_success_stories .swiper-pagination-bullet{
    background: #2E2E54;
}

@media (min-width: 320px) and (max-width: 991px) {
    #popular_courses_view_all_btn .ff-button__plain {
        margin-right: 20px;
    }
}

#popular_courses_view_all_btn .ff-button__plain:hover {
    transform: scale(1.10);
}

.ff-button__tab.active {
    background: #2e2e54 !important;
}

#latest-courses-panel {
    padding-top: 56px !important; 
}

#popular-courses-panel {
    margin-bottom: -30px ;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .ff-home__category-title {
        margin-top: 0!important;
    }
}

.ff-home-view_all{
    color:rgba(46, 46, 84, 1)!important;
}
.ff-home-view_all:hover{
    color:rgba(46, 46, 84, 1);
    text-decoration: underline;
}
.ff-button__plain-arrow::after {
    width: 17px;
    height: 12px;
    background-position: center;
    background-image: url(../images/icons/arrow-rightside.svg)!important;
    margin-left: 0px!important;
    transition: .3s;
}
.ff-button__plain-arrow--right::after
{
    transform: unset!important;
}
.ff-section__box-download 
{
    --padding-val-x: 20px!important; 
}


/* Release 2.4.0 */

  
.explore_courses_language-selector {
    display: flex;
    list-style: none;
    padding: 0px 16px 16px 16px;
    margin-top: 40px;
    align-self: stretch;
    justify-content: center;
    margin-left: 30px;
    /* border-bottom: 2px solid var(--Neutral-100, #F2F2F2); */
    position: relative; /* Needed for the continuous line */
    border-bottom: 2px solid var(--Neutral-100, #F2F2F2);
}

.language-item {
    position: relative;
    margin-right: 30px; /* Adjust spacing as needed */
    color: #7E7E7E;
    font-size: 14px;
    font-style: normal;
    font-family: 'Poppins';
    line-height: 22px;
    padding-bottom: 4px;
}

.language-item:hover {
    color : var(--Brand-2, #2E2E54);
}

 .language-item.active {
    font-weight: 600; 
    color : var(--Brand-2, #2E2E54) !important;
    /* border-bottom: 2px solid var(--Brand-2, #2E2E54); */
    padding-bottom:2px;
}

.language-item.active::after {
    content: ''; /* This will add the bolder line below active language */
    position: absolute;
    bottom: -17px; /* Moves the line below the continuous line */
    left: 0;
    width: 100%;
    height: 2px; /* Bolder line for active item */
    background-color: var(--Brand-2, #2E2E54); /* Active color */
}

#story_cards {
    width: 727px !important;
    height: 320px;
    background: white;
    border-radius: 20px;
}

#succes_story_thumbnail_img {
    width: 160px !important;
    height: 219.44px !important;
    top: 0.4rem;
    border-radius : 80px;
    margin-left: 120px;
    box-shadow: none;
}

#succes_slide_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 24px;
}

.ff-success__stories-slide__text{
    position: relative;
    top: -20px;
    left: 90px;
}

#succes_story_slide_desc {
    font-size: 20px;
    line-height: 28px;
    max-width: 405px;
}

#ff-button__play-border__anim::before, #ff-button__play-border__anim::after {
    border: 1px solid #16A6A7;
}

#ff-button__play-border__anim {
    top:150px;
    left:220px;
}

.swiper-slide {
    transform: translateX(calc(-100% * var(--swiper-slide-active) + var(--swiper-slide-offset)));
  }

  .ff-video__slide .swiper-slide {
    width: 727px !important;
  }

#cat_chips_home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    overflow-x: hidden !important;
    width: 100vw;
    max-width: 1300px;
    height: 150px;
    position: relative;
    bottom: 20px; 
}

html, body {
    overflow-x: hidden;
  }

#cat_chips_container {
    display: flex !important;
    justify-content: flex-start;
}

.ff-button__category_explore__courses{
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 4px;
    border-radius: 25px;
    background-color:#ffffff;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    height: 48px;
    width: fit-content !important;
    border: 1px solid #ababbb;
    color: #3e3e3e;
}

.ff-button__category_explore__courses:hover {
    color:  var(--Brand-1-Variation-500, #16A6A7);
    ;
}

.ff-button__category_explore__courses.active {
    background-color: var(--color-secondary) !important;
    color: #fff !important;
}

.explore-courses.language-item.active{
    font-weight: 600;
    font-size: 16px;
}
.category_card_image_container_home {
    display: inline-block;
    border-radius: 50%;
    /* margin-right: 2.5px; */
    background: #f8f8f8;
    width:37px;
    height: 37px;
    padding:2px;
}

.category_card_image_home {
    position: relative;
    width: 100%;
    height:100%;
    padding:5px;
}

.cat_chip_home_text {
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


section#goalCourses {
    position:relative;
    top: 75px;
}

/* Styles for the category select box */

#dropdown_container_home {
    flex-direction: column;
    display: flex;
    width: 360px;
    padding: 26px !important;
    gap: 10px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.ff-input__primary-category__home {
    background-color: #f5f5f5;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--Neutral-200, #D4D4D4);
}

#category-dropdown-box__home {
    position: relative;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
}

.ff-customized__dropdown__home {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: none;
    overflow-y: visible;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Style for dropdown items */
.ff-customized__dropdown-item__home {
    padding: 10px;
    text-align: left;
    margin-left: 5px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.ff-customized__dropdown-item__home:hover {
    background-color: #D4D4D4;
}

/* Active dropdown item */
.ff-customized__dropdown-item__home.active {
    background-color: var(--Brand-1-Variation-500, #16A6A7);
    color: #ffffff;
}

/* Hide dropdown by default */
/* .d-none {
    display: none;
} */

#ff-section__title__explore_courses {
    margin-top: 20vh;
}


@media (min-width: 320px) and (max-width: 991px) {
        #story_cards {
            width: 280px !important;
            height: 312px;
        }
    
        #succes_story_thumbnail_img {
            width: 120px !important;
            height: 164.58px !important;
            margin-bottom: 10px;
            top: -16.25rem;
            border-radius: 77.42px;
        }
    
        #succes_slide_content {
            flex-direction: column-reverse;
            position: relative;
            top: 6rem;
            margin-left: 16px;
        }
    
        .ff-success__stories-slide__text {
            top: 0;
            left: 0;
            text-align: center;
        }
    
        #succes_story_slide_desc {
            font-size: 16px;
            line-height: 1.5;
            max-width: 100%;
            text-align: left !important;
        }
    
        #ff-button__play-border__anim {
            transform: translate3d(-25px,-325px,0);
        }

        #quotation_icon_succes_story {
            display: none !important;
        }

        .ff-video__slide-rating {
            display: none !important;
        }

        #secondary_text_succes_stories {
            text-align: left !important;
            position: relative;
            bottom: 5px;
        }

        #swiper_bullet_success_stories {
            padding-bottom: 0 !important;
        }

        .explore_courses_language-selector {
            margin-left: 0px;
            align-self: flex-start;
            padding: 0px 0px 2rem 6rem;
            overflow-x: scroll;
            width: calc(100% - 1.5rem);
            scrollbar-width: none; 
            -ms-overflow-style: none;  
            border-bottom: 2px solid var(--Neutral-100, #F2F2F2);
            overflow-y: hidden;
        }

        .explore_courses_language-selector::-webkit-scrollbar {
            display: none;
        }

        #ff-section__title__explore_courses {
            max-width: 100vw;
            margin-top: 15vh;
        }

        section#goalCourses {
            position:relative;
            top: 15px;
        }
        #cat_chips_container {
            display: none !important;
        }

        .language-item.active {
            font-weight: 600; 
            color : var(--Brand-2, #2E2E54) !important;
            border-bottom: none;
            padding-bottom: 16px;
        }

        div#monthly {
            height: 210px !important;
        }
}


