.ff-banner__slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 470px;
    max-height: 470px;
}
.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;
}
.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 #d5d5dd;
}
.ff-card__home-benefit {
    background-color: #fff;
    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: 560px;
        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;
    }
    .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 bottom, #f5fdfd 0%, #e8f7f7 50%, #e8f7f7 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;
}

.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, rgba(240, 240, 255, 0.5) 0%, rgba(240, 240, 255, 0) 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;
}
/* .banner-flex-conainter{
    display: flex;
} */
.ff-banner__slide {
    position: relative;
    overflow: hidden; /* Ensures content stays within the banner */
}

.banner-images {
    position: absolute;
    right: 0;
    bottom: 0;
    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;
}

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


@media (max-width: 768px) {
	.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: 20px; /* 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: 24px; /* 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: 45px;
	}

	/* 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: 548px ! important;
	}
}


/* 
.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;
  }
  .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;
    flex-shrink: 0;
  }
  .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: 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: #D0EDED;
  }
  .custom-category-personal-finance {
    background-color: #E9E5EF;
  }
  .custom-category-govt-schemes {
    background-color: #CBE5CF;
  }
   