body {
    --alpha-color: #E41B36;
    --beta-color: #FEC400;
    font-family: "Georama SemiExpanded", sans-serif;
    color: #000;
}
.section-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--alpha-text-dark-color);
    font-family: "QuantumRise", sans-serif;
}
/* header css start */
header .navbar {
    --bs-navbar-padding-y: 10px;
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-nav-link-padding-x: 0;
    --bs-navbar-color: var(--alpha-text-dark-color);
    --bs-navbar-hover-color: var(--alpha-color);
    --bs-navbar-active-color: var(--alpha-color);
}
/* header .navbar>.container-fluid {
    --bs-gutter-x: 80px;
} */
header .navbar-brand img {
    display: block;
}
header .navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
}
header .nav-link {
    font-weight: 400;
    font-size: 16px;
    font-family: "QuantumRise", sans-serif;
}
.synergie-footprint {
    font-size: 14px;
    margin-left: 40px;
}
.synergie-footprint img {
    width: 200px;
}
/* banner css start */
.section {
    position: relative;
}
.banner-section {
    background-color: #E5E4EC;
}
.banner-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 266px;
    height: 100px;
    background-image: url(../images/bg_shape_04.png);
    background-position: top left;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.banner-content {
    padding: 100px 0 52px 54px;
}
.banner-content .section-title {
    font-size: 34px;
    margin-bottom: 20px;
}
.banner-content p {
    font-size: 22px;
}
.banner-content .btn {
    padding: 10px 36px;
    font-size: 20px;
    border-radius: 30px;
    font-weight: 500;
}
.banner-content .btn-primary {
    --bs-btn-bg: var(--alpha-color);
    --bs-btn-border-color: var(--alpha-color);
    --bs-btn-hover-bg: var(--alpha-color);
    --bs-btn-hover-border-color: var(--alpha-color);
    --bs-btn-active-bg: var(--alpha-color);
    --bs-btn-active-border-color: var(--alpha-color);
    --bs-btn-disabled-bg: var(--alpha-color);
    --bs-btn-disabled-border-color: var(--alpha-color);
}
.banner-section .banner-photo {
    padding-top: 50px;
}
/* about section css start */
.about-section {
    padding: 100px 0;
    background-image: url(../images/about_banner_photo.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.about-content p, .about-content li {
    font-size: 18px;
}
.about-content p:last-child, .ecs-box p:last-child, .aps-box p:last-child {
    margin-bottom: 0;
}
.about-content ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.about-content li {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
}
.about-content li:last-child {
    margin-bottom: 0;
}
.about-content .li-text {
    max-width: calc(100% - 66px);
}
.about-banner img {
    max-width: 100%;
}
.eligibility-section {
    padding: 130px 0;
    background-image: url(../images/bg_shape_01.png);
    background-repeat: no-repeat;
    background-position: bottom -35px right;
    background-size: 166px auto;
}
.ecs-box {
    --ecs-icon-height: 158px;
    --ecs-icon-width: 180px;
    --ecs-icon-bg-color: #F6C4C8;
    --ecs-icon-radius: 40px;
    --ecs-title-font-size: 22px;
    --ecs-title-font-weight: 700;
    padding: 16px;
    min-height: 100%;
    font-size: 18px;
    text-align: center;
}
.ecs-box .ecs-icon {
    width: var(--ecs-icon-width);
    max-width: 100%;
    height: var(--ecs-icon-height);
    background-color: var(--ecs-icon-bg-color);
    border-radius: var(--ecs-icon-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.ecs-box .ecs-title {
    font-size: var(--ecs-title-font-size);
    font-weight: var(--ecs-title-font-weight);
    color: var(--alpha-text-dark-color);
    margin-bottom: 12px;
}
.application-section {
    background-color: #E5E4EC;
    padding: 80px 0;
    background-image: url(../images/bg_shape_02.png);
    background-repeat: no-repeat;
    background-position: bottom 5px right;
    background-size: 118px auto;
}
.aps-box {
    background-color: var(--alpha-color);
    border-radius: 70px;
    padding: 16px 32px;
    min-height: 100%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.aps-box .count {
    font-size: 40px;
    font-weight: 700;
    min-width: 54px;
    text-align: center;
}
.about-mf-section {
    background-color: #A6A6A7;
    padding: 40px 0 80px;
}
.about-mf-section .about-content, .about-mf-section .section-title {
    color: #fff;
}
.about-mf-logo {
    position: relative;
    padding: 36px 24px;
    border-radius: 18px;
    background-color: #F398A0;
    width: 330px;
    margin-left: auto;
    margin-top: -60px;
    max-width: 90%;
}
.about-mf-logo img {
    display: block;
    border-radius: 5px;
}
.about-mf-section .about-content p {
    font-weight: 500;
}
/* need css start */
.help-section {
    padding: 0;
    position: relative;
    background-image: url(../images/bg_shape_03.png);
    background-repeat: no-repeat;
    background-position: bottom 20px right;
    background-size: 171px auto;
}
.help-banner {
    position: relative;
    padding-top: 80px;
    background-image: url(../images/help_shape_01.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 87% auto;
}
.help-section .help-content {
    padding: 70px 48px 50px;
}
.help-content .section-title {
    margin-bottom: 30px;
}
.help-content .hns-text {
    font-size: 20px;
    margin-bottom: 16px;
}
/* @media css start */

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 28px;
    }
    header .navbar-brand img {
        max-width: 360px;
    }
    .synergie-footprint {
        font-size: 12px;
        margin-left: auto;
        margin-right: 30px;
    }
    .synergie-footprint img {
        width: 142px;
    }
    header .navbar .navbar-collapse {
        position: fixed;
        display: block;
        background-color: #fff;
        top: 0;
        left: -340px;
        z-index: 10;
        height: 100vh;
        width: 320px;
        text-align: center;
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
        transition: all 200ms linear;
    }
    header .navbar .navbar-collapse.show {
        left: 0;
        transition: all 200ms linear;
    }
    header .navbar-toggler {
        position: relative;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        outline: 0;
        box-shadow: none !important;
    }
    header .navbar-toggler[aria-expanded="true"] {
        color: var(--alpha-color);
    }
    header .navbar-toggler:before,
    header .navbar-toggler:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        left: 0;
        top: calc(50% - 1px);
        transition: all 200ms linear;
    }
    header .navbar-toggler:before {
        margin-top: -8px;
    }
    header .navbar-toggler:after {
        margin-top: 8px;
    }
    header .navbar-toggler[aria-expanded="true"]:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler[aria-expanded="true"]:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler .navbar-toggler-icon {
        background-image: none;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: currentColor;
        left: 0;
        top: calc(50% - 1px);
        transition: all 200ms linear;
        transition-delay: 100ms;
    }
    header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        opacity: 0;
        transition: all 200ms linear;
    }
    header .navbar-nav {
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    header .nav-link {
        margin-bottom: 16px;
    }
    .banner-section:before {
        width: 200px;
        height: 80px;
    }
    .banner-content {
        padding: 60px 0 30px 40px;
    }
    .banner-content .section-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .banner-content .btn {
        padding: 10px 24px;
        font-size: 16px;
    }
    .about-content p, .about-content li {
        font-size: 16px;
    }
    .about-content li {
        margin-bottom: 12px;
    }
    .ecs-box {
        --ecs-icon-height: 132px;
        --ecs-icon-width: 150px;
        --ecs-icon-radius: 28px;
        --ecs-title-font-size: 20px;
        padding: 20px 0;
        font-size: 16px;
    }
    .ecs-box .ecs-title {
        margin-bottom: 8px;
    }
    .ecs-icon.icon-01 img {
        width: 54px;
    }
    .ecs-icon.icon-02 img {
        width: 76px;
    }
    .ecs-icon.icon-03 img {
        width: 70px;
    }
    .ecs-icon.icon-04 img {
        width: 58px;
    }
    .aps-box {
        border-radius: 50px;
        padding: 12px 22px;
        font-size: 14px;
        font-weight: 600;
    }
    .aps-box .count {
        font-size: 36px;
        min-width: 44px;
    }
    .help-section .help-content {
        padding: 50px 48px 30px;
    }
    .help-content .hns-text {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .help-content .icon {
        max-width: 28px;
    }
}
@media screen and (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }
    header .navbar-brand img {
        max-width: 300px;
    }
    header .nav-link {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .banner-content {
        padding: 60px 30px 0px;
    }
    .banner-content .banner-logo {
        max-width: 240px;
    }
    .banner-content .section-title {
        font-size: 20px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .banner-content .btn {
        font-size: 14px;
    }
    .banner-section .banner-photo {
        padding-top: 16px;
    }
    .about-section {
        padding: 50px 0;
    }
    .about-section .section-title, .application-section .section-title {
        text-align: center;
        margin-bottom: 24px;
    }
    .about-content .li-icon {
        width: 30px;
    }
    .about-content .li-text {
        max-width: calc(100% - 48px);
    }
    .about-content p, .about-content li {
        font-size: 14px;
    }
    .eligibility-section {
        padding: 60px 0;
        background-position: bottom -18px right;
        background-size: 80px auto;
    }
    .ecs-box {
        --ecs-icon-height: 112px;
        --ecs-icon-width: 128px;
        --ecs-icon-radius: 20px;
        --ecs-title-font-size: 18px;
        padding: 10px 0;
        font-size: 14px;
    }
    .ecs-box .ecs-icon {
        margin: 0 auto 16px;
    }
    .ecs-icon.icon-01 img {
        width: 44px;
    }
    .ecs-icon.icon-02 img {
        width: 66px;
    }
    .ecs-icon.icon-03 img {
        width: 60px;
    }
    .ecs-icon.icon-04 img {
        width: 48px;
    }
    .ecs-box .ecs-title {
        margin-bottom: 4px;
    }
    .application-section {
        padding: 50px 0;
        background-size: 60px auto;
    }
    .about-mf-section {
        padding: 40px 0;
    }
    .about-mf-logo {
        margin-bottom: 40px;
    }
    .help-section {
        background-position: bottom 10px right;
        background-size: 116px auto;
    }
    .help-content .icon {
        max-width: 22px;
    }
    .help-content .hns-text {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    header .navbar-brand img {
        max-width: 140px;
    }
    .synergie-footprint {
        font-size: 10px;
        margin-left: auto;
        margin-right: 16px;
    }
    .synergie-footprint img {
        width: 94px;
    }
    header .navbar .navbar-collapse {
        width: 200px;
        left: -220px;
    }
    .banner-section:before {
        width: 120px;
        height: 50px;
    }
    .banner-content .banner-logo {
        max-width: 160px;
    }
    .banner-content .section-title {
        font-size: 16px;
    }
    .banner-content p {
        font-size: 14px;
    }
    .banner-content .btn {
        font-size: 12px;
        padding: 8px 16px;
    }
    .section-title {
        font-size: 20px;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-section .section-title, .application-section .section-title {
        text-align: center;
        margin-bottom: 12px;
    }
    .about-content p, .about-content li {
        font-size: 12px;
    }
    .about-content .li-icon {
        width: 22px;
    }
    .about-content .li-text {
        max-width: calc(100% - 36px);
    }
    .ecs-box {
        --ecs-icon-height: 84px;
        --ecs-icon-width: 92px;
        --ecs-icon-radius: 14px;
        --ecs-title-font-size: 14px;
        padding: 6px 0;
        font-size: 12px;
    }
    .eligibility-section {
        padding: 40px 0;
        background-position: bottom -10px right;
        background-size: 54px auto;
    }
    .application-section {
        padding: 40px 0;
        background-size: 44px auto;
    }
    .aps-box {
        font-size: 12px;
        padding: 12px 22px 12px 16px;
    }
    .help-section {
        background-position: bottom 4px right;
        background-size: 80px auto;
    }
    .help-section .help-content {
        padding: 30px 16px 40px;
    }
    .help-content .hns-text {
        font-size: 12px;
    }
    .help-content .icon {
        max-width: 18px;
    }
}