    .hero-section {
        position: relative;
        height: 528px;
        background: url(../images/hero-bg.webp);
        background-size: cover;
        display: flex;
        align-items: center;
        overflow: hidden;
        background-position: right;
    }

    .hero-title {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px;
        margin-bottom: 40px;
        color: #ffffff;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
        color: #ffffff;
        padding: 0 40px 0 0;
    }

    .hero-btns .btn {
        padding: 10px 46px;
        font-size: 15px;
        line-height: 23px;
        color: #005F99;
        background-color: #ffffff;
        font-weight: 500;
        border-color: #ffffff;
    }

    .banner_hr hr {
        width: 224px;
        color: #ffffff;
        height: 2px !important;
        opacity: 1 !important;
        margin-bottom: 31px;
    }

    .association-section {
        padding: 24px 60px;
        background: #EEF2EF;
    }

    .cstm_associate {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .association-title {
        font-size: 18px;
        color: #575757;
        font-weight: 600;
        white-space: nowrap;
    }

    .logo-marquee {
        flex: 1;
        overflow: hidden;
        padding: 10px 0;
    }

    .logo-track {
        display: flex;
        align-items: center;
        gap: 50px;
        width: max-content;
        animation: marquee 25s linear infinite;
    }

    .logo-track img {
        height: 28px;
        width: auto;
    }

    .what_fssai_license {
        width: 80%;
        margin: 0 auto;
    }

    @keyframes marquee {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .common_padding_for_all_sec {
        padding: 90px 0;
    }

    .section-subtitle {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #AEAEAE;
        margin-bottom: 24px;
        line-height: 12px;
    }

    .section-title {
        font-size: 28px;
        font-weight: 600;
        color: #003F66;
        margin-bottom: 40px;
        line-height: 38px;
    }

    .service-card {
        background: #EEF2EF;
        border-radius: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        transition: 0.3s ease;
    }

    .service-card img {
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .service-body {
        padding: 31px 16px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .service-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 14px;
        color: #000000;
        line-height: 28px;
    }

    .service-desc {
        font-size: 14px;
        color: #2B2B2B;
        line-height: 22px;
        margin-bottom: 35px;
        height: 65px;
    }

    .service-link {
        font-size: 16px;
        font-weight: 500;
        color: #003F66;
        text-decoration: none;
        display: inline-block;
    }

    .service-link:hover {
        text-decoration: underline;
    }

    .about-section {
        padding: 38px 61px;
        background: #EEF2EF;
    }

    .about-content {
        padding-left: 40px;
    }


    .about-text {
        font-size: 16px;
        color: #575757;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .cstm_back_clr {
        background: #ffffff;
    }

    /*----Company Registration----*/

    .cr-hero-section {
        background: url("../images/bg-iso-fi-intk.webp") no-repeat;
        background-size: cover;
        overflow: hidden;
     background-repeat: no-repeat;
     padding-bottom: 36px;
    }

    .cr-hero-badge {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        border: 1px solid #005F99;
        padding: 10px 21px;
        border-radius: 31px;
        margin-bottom: 24px;
        line-height: 24px;
        color: #000000;
    }

    .cr-hero-title {
        font-size: 40px;
        font-weight: 600;
        color: #002033;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .cr-hero-desc {
        font-size: 16px;
        color: #002033;
        line-height: 24px;
        font-weight: 400;
    }

    /* Form Card */
    /* Card */
    .cr-form-card {
        background: #ffffff;
        border-radius: 1px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        margin-top: 24px;
    }

    /* Header */
    .cr-form-header {
        background: #005F99;
        padding: 4px 0;
        border-radius: 1px;
    }

    .form_heading_txt h2 {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        color: #575757;
        margin-top: 12px;
        margin-bottom: 35px;
    }

    /* Body */
    .cr-form-body {
        padding: 20px;
    }

    /* Input Group */
    .cr-form-group {
        position: relative;
        margin-bottom: 14px;
    }

    .cr-form-group i {
        position: absolute;
    top: 18px;
    left: 14px;
    font-size: 14px;
    color: #9aa1a6;
    pointer-events: none;
    }

    /* Input */
    .cr-input {
        width: 100%;
        height: 44px;
        padding-left: 40px;
        font-size: 14px;
        color: #6a6a6a;
        background: #F2F4F2;
        border: 1px solid #F2F4F2;
        ;
    }
    

    .cr-input::placeholder {
        color: #6a6a6a;
    }

    /* Text */
    .cr-form-text {
        font-size: 13px;
        color: #828282;
        text-align: start;
        line-height: 21px;
        margin: 23px 0;
    }

    .cr-form-text a {
        color: #005F99;
        text-decoration: none;
        font-weight: 500;
    }

    /* Button */
    .cr-submit-btn {
        width: 100%;
        height: 48px;
        background: #005F99;
        color: #ffffff;
        border: none;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .cr-process-section {
        padding: 70px 0;
        background: #ffffff;
    }

    .cstm_cr_txt {
        margin-bottom: 12px;
    }

    .cstm_company_regis_txt {
        padding-right: 392px;
    }

    .what_cmpny_reg_div {
        margin-bottom: 40px;
    }

    /* Steps */
    .cr-process-steps {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .cr-process-steps li {
        display: flex;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 18px;
    }

    .cr-process-steps img {
        width: 26px;
        height: 26px;
        flex-shrink: 0;
    }

    .cr-process-steps h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 4px;
        line-height: 24px;
        color: #003F66;
    }

    .package-list li {
        list-style: none;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        color: #575757;
        line-height: 24px;
        gap: 8px;
    }

    .padding_for_paperwrk_approval {
        padding-top: 40px;
    }

    .privacy_body_block_section h3 {
        color: #003F66;
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .privacy_body_block_section p {
        color: #1D1D1D;
        font-size: 16px;
        line-height: 24px;
    }

    .pbbs_top {
        margin-top: 50px;
    }

    .pp_margin {
        margin-top: 25px;
    }

    .privacy_banner {
        background: url(../images/privacy-policy-hero-bg.webp);
        background-repeat: no-repeat;
        height: 356px;
        background-size: cover;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
        object-fit: cover;
    }

    .privacy_banner_inner h1 {
        color: #FFFFFF;
        font-size: 40px;
        line-height: 52px;
        font-weight: 600;
    }

    .uicp_txt {
        padding-left: 20px;
    }

    .uicp_txt li {
        list-style: disc;
    }

    .terms_banner {
        background: url(../images/terms-and-conditions-hero-bg.webp);
        background-size: cover;
        background-repeat: no-repeat;
        height: 474px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }




    /* Responsive */

    @media (max-width: 992px) {
        .association-section {
            padding: 24px 0px;
        }

        .about-section {
            padding: 38px 0px;
        }

        .about-img img {
            width: 100%;
        }

        .about-content {
            padding-left: 0;
        }

        .common_padding_for_all_sec {
            padding: 60px 0;
        }

        .cr-hero-section {
            height: 820px;
        }
        .hero-section {
            background-position: right;
            height: 370px;
        }
        .hero-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 40px;
    color: #ffffff;
}


        .cstm_company_regis_txt {
            padding-right: 0px;
        }

        .what_cmpny_reg_div {
            margin-bottom: 0px;
        }

        .cr-process-img img {
            text-align: center;
            width: 100%;
        }

        .section-title {
            margin-top: 12px;
        }

        .cr-process-steps {
            margin-top: 35px;
        }

        .padding_for_paperwrk_approval {
            padding-top: 28px;
        }
    }

    @media (max-width: 576px) {
        .hero-section {
            text-align: center;
        }

        .hero-title {
            font-size: 28px;
            line-height: 38px;
            font-weight: 600;
            text-align: start;
            margin-bottom: 22px;
        }

        .hero-desc {
            text-align: start;
            margin-bottom: 40px;
            padding: 0;
        }

        .hero-btns {
            justify-content: start;
        }

        .hero-section {
            position: relative;
            height: 518px;
            background: url("../images/hero-bg-mobile.webp");
            background-size: cover;
            display: block;
            align-items: center;
            color: #ffffff;
            overflow: hidden;
            background-position: center;
            background-repeat: no-repeat;
        }
        .banner_hr{
            margin-top: 40px;
        }
        .banner_hr hr {
                width: 126px;
    color: #ffffff;
    height: 2px !important;
    opacity: 1 !important;
    margin-bottom: 12px;
        }

        .cstm_associate {
            flex-direction: column;
            align-items: flex-start !important;
            gap: 15px;
        }

        .logo-marquee {
            width: 100%;
        }

        .association-title {
            font-size: 16px;
        }

        .section-title {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .association-section {
            padding: 16px 0;
        }

        .about-section {
            padding: 40px 0px;
        }

        .about-content {
            padding-left: 0px;
        }

        .section-subtitle {
            margin-bottom: 20px;
        }

        .about-img {
            margin-top: 20px;
        }

        .common_padding_for_all_sec {
            padding: 60px 0;
        }

        /* .cr-form-card {
            margin-top: 90px;
        } */

        .cr-hero-section {
            background: url(../images/bg-mob-fi-intl.webp) no-repeat;
            height: unset;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: bottom;
            padding-bottom: 40px;
        }

        .form_heading_txt h2 {
            margin-top: 0;
            margin-bottom: 24px;
                    margin-top: 0;
        margin-bottom: 24px;
        line-height: 31px;
        font-size: 23px;
        }

        .cr-hero-badge {
            margin-top: 40px;
            font-size:12px;
        }

        .cr-hero-title {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 14px;
        }

        .cstm_company_regis_txt {
            padding-right: 0px;
            margin-bottom: 4px;
        }

        .what_cmpny_reg_div {
            margin-bottom: 10px;
        }

        .cr-process-steps {
            margin-top: 26px !important;
        }

        .padding_for_paperwrk_approval {
            padding-top: 28px;
        }

        .privacy_banner {
            background: url(../images/privacy-policy-mobile-hero-bg.webp);
            height: 248px;
        }

        .terms_banner {
            background: url(../images/terms-conditions-mobile-hero-bg.webp);
            height: 268px;
            background-size: cover;
        }

    }
    @media (min-width: 1700px) and (max-width: 2100px) {
     .hero-section {
        height: 650px;

     }
    }

