.sec-py {
    padding-block: 75px !important;

    @media (max-width: 991px) {
        padding-block: 50px !important;
    }
}

.sec-bg {
    background: #f7f6fc;
}

/* Hero start */
.big-funding-hero-area {
    .left-label {
        background: #1e59b4;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
    }

    .left-head {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        margin-block: 15px;
        padding: 0;
    }

    .left-para {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-block: 20px;
        padding: 0;
    }

    .enquary-btn {
        text-decoration: none;
        z-index: 1;
        overflow: hidden;
        padding: 10px 22px;
        text-align: center;
        position: relative;
        display: inline-table;
        transition: 0.5s;
        background-color: #f69521;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 50px;
        width: 100%;

        &:hover {
            background-color: #ffb153;
        }
    }

    .hero-video-div {
        width: 100%;
        height: auto;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 25px;
        }
    }
}
/* Hero end */

/* Available options start*/
.available-options-section {
    .available-option-heading {
        color: #000;
        font-size: 2.625rem;
        text-align: center;
        font-weight: 700;
        margin-bottom: 25px;
        max-width: 900px;
        margin-inline: auto;
        line-height: 1.3;

        span {
            color: #1c6899;
        }
    }

    .see-options-para {
        color: #333;
        font-size: 20px;
        font-weight: 500;
        margin-block: 35px;
        padding: 0;
        text-align: center;
    }

    .table-div {
        table {
            width: 100%;
            tr {
                background-color: #fff;

                td {
                    padding: 10px;
                    font-size: 18px;
                    font-weight: 600;
                    text-align: center;

                    @media (max-width: 576px) {
                        font-size: 16px;
                    }

                    &:first-child {
                        border-right: 1px solid #fff;
                    }
                }

                &:nth-child(odd) {
                    background-color: #eff5ff;
                }
            }
        }
    }
}
/* Available options end*/

/* Recent use case start */
.recent-use-case-section {
    background-color: #f9f3e9;

    .recent-uscase-heading {
        color: #1c6899;
        font-size: 2.625rem;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.1;
        text-align: center;
    }

    .recent-uscase-para {
        color: #333;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
        max-width: 500px;
        margin-inline: auto;
    }

    .each-use-case {
        background: #fff;
        box-shadow: 8px 8px 10px 0 rgb(0 0 0 / 0.05);
        padding: 35px 35px;
        margin-inline: auto;
        height: 100%;
        display: flex;
        align-items: center;
        gap: 25px;

        @media (max-width: 576px) {
            flex-direction: column;
            gap: 15px;
            text-align: center;
            padding: 30px 15px;
        }

        .img-div {
            div {
                width: 100px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }

        h3 {
            font-size: 22px;
            font-weight: 600;
            color: #1c6899;
        }
        p {
            color: #333;
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 0;
            padding: 0;
        }
    }
}
/* Recent use case end */

/* Graph area start */
.graph-area-section {
    .para {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    label {
        font-size: 24px;
        font-weight: 700;
        color: #333;
        margin: 0;
    }
}
/* Graph area end */

/* Flexible area */

.flexible-funding-section {
    .hand-shake-img {
        border-radius: 20px;
    }
}
/* Flexible end */

/* Established start */
.established-section {
    background-color: #1e5ab43b;
    padding: 45px 15px;

    label {
        background: #1e59b4;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        width: 100%;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        display: block;
        max-width: 375px;
        margin-inline: auto;
    }
    .para-1 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        margin-block: 15px;
        text-align: center;
    }
    .para-2 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-block: 15px;
        text-align: center;
        max-width: 1250px;
        margin-inline: auto;
    }

    .para-3 {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-block: 15px;
        text-align: center;
        max-width: 1250px;
        margin-inline: auto;
    }

    .get-started-btn {
        text-decoration: none;
        padding: 10px 25px;
        text-align: center;
        position: relative;
        transition: 0.5s;
        background-color: #f69521;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        white-space: nowrap;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        gap: 15px;
        margin-inline: auto;
    }
}
/* Established end */

/* As See on start */
.trusted-channels-sections {
    .as-seen-on-heading {
        display: inline-block;
        position: relative;
        background-color: #f0f3ff;
        z-index: 5;
        padding-inline: 10px;
    }
    .as-seen-on-line {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        background-color: #006799;
        width: 100%;
        max-width: 600px;
        position: absolute;
        display: block;
        z-index: 1;
    }
}

/* As See on End */

/******** ISO Page CSS Start ********/

/* Hero start */
.iso-hero-area {
    .hero-left-rating {
        display: flex;
        align-items: center;
        gap: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;

        div {
            display: flex;
            align-items: start;
            justify-content: space-between;
            flex-direction: column;
            gap: 5px;
        }
        .seperator-div {
            height: 30px;
            width: 1px;
            background-color: #fff;
        }
    }

    .left-head {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        text-align: left;
        margin-block: 15px 0;
        padding: 0;

        span {
            text-decoration: underline;
            text-decoration-color: #f6c921;
            text-underline-offset: 8px;
            color: #ffd100;
            font-weight: 800;
        }
    }

    .hero-points-ul {
        list-style: none;
        padding: 0;
        margin-block: 15px;

        li {
            position: relative;
            display: flex;
            justify-content: center;
            flex-direction: column;
            gap: 2px;
            padding-left: 32px;
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            text-align: left;
            margin-block: 10px;

            span {
                color: #ffffff;
                font-weight: 600;
            }

            &::before {
                content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big w-5 h-5 text-green-600 mt-1 flex-shrink-0" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg>');
                left: 0;
                top: 2px;
                position: absolute;
                width: 18px;
                height: 18px;
            }
        }
    }

    .hero-btn-area {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        .enquary-btn {
            text-decoration: none;
            z-index: 1;
            overflow: hidden;
            padding: 10px 22px;
            text-align: center;
            position: relative;
            display: inline-table;
            transition: 0.5s;
            background-color: #f69521;
            border: 2px solid #f69521;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            white-space: nowrap;
            border-radius: 50px;
            width: 100%;

            &:hover {
                background-color: transparent;
                color: #f69521;
            }
        }
        .learn-btn {
            text-decoration: none;
            background: transparent;
            border: 2px solid #fff;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            white-space: nowrap;
            border-radius: 50px;
            width: 100%;
            padding: 10px 22px;
            text-align: center;
            transition: 0.5s;

            &:hover {
                background: #fff;
                color: #000;
            }
        }
    }

    .hero-video-div {
        width: 100%;
        height: auto;

        video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 25px;
        }
    }
}
/* Hero end */

/* Stats start */
.common-header-iso {
    .pre-header {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 15px;
        background: #ececec;
        width: fit-content;
        margin-inline: auto;
        padding: 3px 20px;
        border-radius: 20px;
    }
    .header {
        color: #141414;
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        max-width: 885px;
        margin-inline: auto;
        margin-bottom: 10px;

        @media (max-width: 767px) {
            font-size: 30px;
        }

        span {
            color: #006799;
        }
    }
    .header-para {
        position: relative;
        color: #000;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        max-width: 885px;
        margin-inline: auto;
        margin-bottom: 75px;
        span {
            font-weight: 600;
        }

        &::before {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -15px;
            transform: translateX(-50%);
            width: 75px;
            height: 5px;
            border-radius: 50px;
            background: linear-gradient(90deg, #e89f00 52.87%, #1c6899 52.88%);
        }
    }
}

.stats-section {
    background: #eff3ffdd;
    .each-stat-div {
        display: flex;
        align-items: center;
        gap: 15px;

        @media (max-width: 767px) {
            flex-direction: column;
            text-align: center;
        }

        .img-div {
            div {
                background: rgb(218, 227, 255);
                height: 75px;
                width: 75px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }

        .right-content {
            h3 {
                font-size: 22px;
                font-weight: 700;
                color: #030034;
                margin: 0;
            }
            p {
                font-size: 16px;
                font-weight: 400;
                color: #555;
                margin-bottom: 0;
            }
        }
    }
}

.iso-why-choose-section {
    .each-why-choose-card {
        position: relative;
        padding: 25px 20px;
        border: 1px solid #e2e2e2;
        border-top: 5px solid #2d30e0;
        border-radius: 10px;
        height: 100%;

        @media (max-width: 767px) {
            padding: 25px 15px;
        }

        .img-label-div {
            display: flex;
            align-items: center;
            justify-content: space-between;
            label {
                position: absolute;
                top: 10px;
                right: 15px;
                background-color: #0658971d;
                border-radius: 15px;
                color: #065897;
                font-size: 12px;
                font-weight: 500;
                padding: 2px 10px;
            }

            .img-div {
                background: #b4bcfe;
                border-radius: 10px;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 36px;
                    height: auto;
                }
            }
        }

        .head {
            font-size: 20px;
            font-weight: 600;
            color: #141414;
            margin-block: 15px 10px;
        }
        .para {
            font-size: 16px;
            font-weight: 400;
            color: #333;
            line-height: 1.4;
            margin: 0;
        }
    }
}
/* Stats end */

/* CTA start */
.iso-cta-section {
    background: #02007c;
    padding-block: 65px;

    .each-cta-div {
        text-align: center;
    }
    h3 {
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        margin-block: 15px 5px;
    }

    p {
        font-size: 18px;
        font-weight: 400;
        color: #afaeff;
        margin-block: 0;
    }
}

.sign-on-bonus-section {
    .each-bonus {
        border-radius: 10px;
        padding: 35px 25px;
        height: 100%;
        background-color: #fff;

        &.card-1 {
            border: 1px solid #065897;
            border-top: 8px solid #065897;
        }
        &.card-2 {
            border: 1px solid #3bc4ff;
            border-top: 8px solid #3bc4ff;
        }

        @media (max-width: 767px) {
            padding: 35px 15px;
        }

        .img-div {
            display: flex;
            gap: 25px;

            .img {
                background-color: #e6eef4;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 55px;
                height: 55px;
                border-radius: 50%;
            }
            .right-content {
                h3 {
                    font-size: 22px;
                    font-weight: 600;
                    color: #013156;
                    margin-bottom: 5px;
                }

                p {
                    font-size: 16px;
                    font-weight: 400;
                    color: #555;
                    margin-block: 0;
                }
            }
        }

        &.card-1 .img-div .img {
            background-color: #e6eef4;
        }
        &.card-2 .img-div .img {
            background-color: #ebf9ff;
        }
        .detailed-para {
            font-size: 18px;
            font-weight: 400;
            color: #000;
            line-height: 1.4;
            margin-block: 25px 0;

            span {
                font-weight: 500;
            }
        }
    }
}
/* CTA end */

/* Only image start */
.only-image-area {
    .only-img-div {
        width: 100%;
        height: auto;
        border: 2px solid #ffd100;
        border-radius: 25px;
        overflow: hidden;
    }
}
/* Only image end */

/* Expo start */
.expo-section {
    .pre-header{
         display: block;
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 15px;
        background: #ececec;
        width: fit-content;
        padding: 3px 20px;
        border-radius: 20px;
    }
    .expo-all-details {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .each-expo-details {
        margin-top: 15px;
        width: 100%;
        border: 1px solid #ddd;
        height: 100%;
        padding: 10px;
        border-radius: 10px;

        .img-text-div {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 10px;
            .img-div {
                background: #7979792e;
                width: 40px;
                height: 40px;
                overflow: hidden;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: center;

                img {
                    width: 20px;
                    height: auto;
                }
            }
        }

        .date-para {
            font-size: 16px;
            font-weight: 500;
            color: #000000;
            margin-bottom: 2px;
        }
        .time-para {
            font-size: 13px;
            font-weight: 400;
            color: #333;
            margin: 0;
        }
    }
}

/* Expo end */

/* Form start */
.iso-form-section {
    .form-head {
        font-size: 24px;
        color: #000;
        font-weight: 600;
        margin-bottom: 5px;

        @media (max-width: 767px) {
            text-align: center;
        }
    }

    .form-para {
        font-size: 16px;
        color: #555;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 15px;

        @media (max-width: 767px) {
            text-align: center;
            justify-content: center;
        }
    }

    .iso-form-area {
        margin-top: 35px;
        label {
            font-size: 16px;
            color: #555;
            font-weight: 400;
            margin-bottom: 10px;
            display: block;

            span{
                color: rgb(245, 53, 0);
            }
        }

        input {
            border: 1px solid #b2b2b2;
            font-size: 16px;
            color: #000;
            font-weight: 400;
            padding: 15px 15px;
            border-radius: 10px;
            box-shadow: none;
            outline: none;
            width: 100%;

            &::placeholder {
                font-size: 16px;
                color: #bbbbbb;
                font-weight: 400;
            }
        }

        select {
            display: block;
            width: 100%;
            padding: 15px 15px;
            -moz-padding-start: calc(0.75rem - 3px);
            font-size: 16px;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #ffffff;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M1.53125 1.84637L9.53125 9.84637L17.5312 1.84637" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
            background-repeat: no-repeat;
            background-position: right 0.75rem center;
            background-size: 16px 12px;
            border: 1px solid #ced4da;
            background-color: #fff;
            border-radius: 10px;
            transition:
                border-color 0.15s ease-in-out,
                box-shadow 0.15s ease-in-out;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-shadow: none;
            outline: none;
        }

        .checkbox-area {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #000;
            font-size: 0.85rem;
            font-weight: 400;
            margin-top: 0px;
        }
        .checkbox-area span {
            display: block;
        }
        .checkbox-area span label.checkbox-label {
            display: block;
            border-radius: 2px;
            border: 1px solid #dedede;
            width: 25px;
            height: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            margin: 0;
        }
        .checkbox-area span input:checked ~ label.checkbox-label {
            border: 1px solid #006799;
            background: #006799;
        }
        .checkbox-area span input:checked ~ label.checkbox-label .tick {
            width: 13px;
            height: 8px;
            transform: rotate(-45deg);
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            margin-top: -3.5px;
        }

        .iso-btn {
            padding: 1rem 2.5rem;
            color: #fff;
            border: 1px solid #1c6899;
            background-color: #1c6899;
            padding: 15px 60px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 5px;
            margin-top: 30px;

            &:hover {
                background-color: transparent;
                color: #1c6899;
            }
        }
    }

    .form-side-div {
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 10px;

        .side-head {
            font-size: 20px;
            color: #000;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .header-para {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .side-ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;

            li {
                position: relative;
                display: flex;
                justify-content: center;
                flex-direction: column;
                gap: 2px;
                padding-left: 32px;

                &::before {
                    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%233CC900" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-big w-5 h-5 text-green-600 mt-1 flex-shrink-0" aria-hidden="true"><path d="M21.801 10A10 10 0 1 1 17 3.335"></path><path d="m9 11 3 3L22 4"></path></svg>');
                    left: 0;
                    top: 2px;
                    position: absolute;
                    width: 18px;
                    height: 18px;
                }
                .para-1 {
                    font-size: 16px;
                    font-weight: 500;
                    color: #444;
                    margin-bottom: 0;
                }
                .para-2 {
                    font-size: 14px;
                    font-weight: 400;
                    color: #555;
                    margin-bottom: 0;
                }
            }
        }

        .form-footer-div {
            background: #f0f0f0;
            border-radius: 10px;
            padding: 15px;
            margin-top: 20px;
            text-align: center;

            .para-1 {
                font-size: 18px;
                font-weight: 600;
                color: #000;
                margin-bottom: 0;
            }

            .para-2 {
                font-size: 14px;
                font-weight: 400;
                color: #555;
                margin-bottom: 0;
            }
        }
    }
}

/* Form End */

/******** ISO Page CSS Start ********/
