    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    body {
        font-family: 'Poppins', sans-serif;
        background-color: #1E1E1E !important;
        min-height: 100vh;
    }

    .hero-section {
        padding: 80px 20px;
        background-size: cover;
    }

    .hero-section h1 {
        color: #FFF;
        font-size: 51.199px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 40px;
        text-align: center;
    }

    .hero-highlight-cards {
        margin-bottom: 50px
    }

    .hero-highlight-cards img {
        width: 100%;
        max-height: 230px;
        object-fit: contain;
        margin-bottom: 16px;
    }

    .hero-highlight-cards h4 {
        color: #FFF;
        font-size: 28.199px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 0;
        text-align: center;
        margin-inline: auto;
        max-width: 370px;
    }

    .hero-pricing-text {
        color: #FFF;
        font-size: 55.199px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 0;
        margin-top: 40px;
        text-align: center;
    }

    .hero-pricing-text span {
        margin-right: 8%;
        position: relative;
    }

    .hero-pricing-text span::before {
        content: "";
        position: absolute;
        inset: 0;
        margin: auto;
        width: 100%;
        height: 5px;
        background-color: #FF0000;
        transform: rotate(350deg) translateX(-10px);
    }

    .nfc-card-heading {
        color: #FFF;
        font-size: 57.199px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        margin-top: 70px;
        margin-bottom: 80px;
        text-align: center;
    }

    .nfc-card {
        max-width: 334px;
        margin: auto;
    }

    .nfc-card-name {
        color: #FFF;
        font-size: 20.199px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 4px;
    }

    .nfc-card-wrap {
        background-color: #FFF;
        border-radius: 5px;
        padding: 15px;
        width: 334px;
        height: 215px;
        position: relative;
    }

    .card_text {
        color: #000;
    }

    .nfc-card-wrap .nfc-card-data {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 4px;
        word-break: break-word;
    }

    .nfc-card-wrap .nfc-card-crown {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .nfc-card-wrap .powered-text {
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .nfc-card-wrap .powered-text img {
        height: 20px;
        object-fit: contain;
    }

    .nfc-card-wrap .powered-text span {
        font-weight: 700;
        font-size: 8px;
    }

    .nfc-card-wrap .qr-scanner {
        width: 90px;
        height: 90px;
        border: 5px solid #fff;
        margin-bottom: 4px;
    }

    .nfc-card-wrap .qr-scan-text {
        font-weight: 400;
        font-size: 8px;
        line-height: 140%;
        margin-bottom: 0;
    }

    .nfc-card .color-select-text {
        color: #FFF;
        font-size: 18.199px;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 0;
    }

    .new-primary-btn {
        font-weight: 400;
        font-size: 12.199px;
        line-height: 140%;
        padding: 8px 20px;
        background-color: #868686;
        color: #000000;
        border: 0;
        outline: none;
        cursor: pointer;
    }

    .offer-end-text {
        color: #FFF;
        text-align: center;
        font-size: 35.199px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 50px;
    }

    .number-label {
        color: #FFF;
        font-size: 16.2px;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .form-control,
    .form-select {
        padding: 12px 16px;
        background-color: #000000 !important;
        border-radius: 0;
        border: 1px solid transparent;
        color: #FFF !important;
        font-size: 16.2px;
        font-weight: 400;
        box-shadow: none !important;
    }

    .form-select {
        padding: 12px 34px 12px 16px;
    }

    .form-control:focus,
    .form-select:focus {
        border-color: #CC2030;
    }

    .form-control::placeholder {
        color: #918484;
    }

    .form-group {
        margin-bottom: 26px;
    }

    .new-label {
        color: #FFF;
        font-size: 13.199px;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 8px;
    }

    .field-loader {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        height: fit-content;
        color: #fff;
    }

    .verify-btn {
        border: 0;
        outline: none;
        background-color: transparent;
        color: #347AE2;
        font-size: 16.2px;
        font-weight: 400;
        line-height: 140%;
        margin-top: 14px;
    }

    .congo-img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .congo-text {
        color: #918484;
        text-align: right;
        font-size: 16.199px;
        font-weight: 400;
        line-height: 128%;
        margin-bottom: 0px;
    }

    .pay-btn {
        font-size: 16.199px;
        font-weight: 700;
        line-height: 128%;
        color: #000;
        background-color: #00AFD6;
        padding: 16px 20px;
        border: 0;
        border-radius: 0;
        outline: 0;
    }

    .pay-gray-btn {
        background-color: #B4B4B4;
    }

    .small-amount-text {
        color: #918484;
        text-align: right;
        font-size: 14.199px;
        font-weight: 400;
        line-height: 140%;
    }

    .more-info-heading {
        color: #FFF;
        font-size: 24.199px;
        font-weight: 700;
        line-height: 112.5%;
        margin-bottom: 24px;
    }

    .more-info-text {
        margin-bottom: 20px;
    }

    .more-info-text li {
        color: #8B8B8B;
        font-size: 18.199px;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 8px;
    }

    .card-row-img {
        padding: 80px 0px;
        max-width: 100%;
    }

    .footer-new {
        padding: 150px 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .footer-heading {
        color: #FFF;
        font-size: 61.199px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 26px;
    }

    .footer-logo {
        max-width: 350px;
        object-fit: contain;
        margin: auto;
    }

    .draggable {
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        touch-action: none;
    }

    .qr-code-card {
        background: #FFF;
        border: 1px solid #000000;
        padding: 15px 24px;
        color: 000;
        max-width: 334px;
        height: 215px;
        position: relative;
    }

    .qr-code-card .user-info {
        font-weight: 700;
        font-size: 13px;
        line-height: 5px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    .qr-scan-icon img {
        width: 90px;
        height: 90px;
        border: 5px solid #fff;
    }

    .card-bottom-div span {
        font-weight: 700;
        font-size: 8px;
        margin-left: 7px;
    }

    .card-bottom-div p {
        font-weight: 400;
        font-size: 8px;
        margin-top: 11px;
        float: right;
        margin-bottom: 0 !important;
        text-align: right;
    }

    .card-bottom-div img {
        height: 20px;
        border-radius: 20%;
        display: inline-block;
        vertical-align: top;
    }

    .badge-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 24px;
        right: 19px;
    }

    .card_image:hover {
        cursor: all-scroll;
    }

    .card_image {
        height: 100%;
        width: 100%;
    }

    .ui-icon-gripsmall-diagonal-se {
        background: transparent !important;
    }

    .ui-resizable-se {
        border-bottom: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }

    .ui-resizable-sw {
        width: 12px !important;
        height: 12px !important;
        left: 1px !important;
        bottom: 1px !important;
        border-left: 1px solid #000 !important;
        border-bottom: 1px solid #000 !important;
    }

    .ui-resizable-nw {
        width: 12px !important;
        height: 12px !important;
        left: 1px !important;
        top: 1px !important;
        border-top: 1px solid #000 !important;
        border-left: 1px solid #000 !important;
    }

    .ui-resizable-ne {
        width: 12px !important;
        height: 12px !important;
        right: 1px !important;
        top: 1px !important;
        border-top: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }

    .error {
        color: red !important
    }

    .form-control.error {
        color: #495057 !important
    }

    .text-danger {
        color: red !important;
    }

    [type=radio]:checked+img {
        outline: 2px solid #f00;
    }


    .order-type-text {
        color: #FFF;
        text-align: center;
        font-size: 18.199px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 10px;
    }

    .order-sent-message {
        color: #FFF;
        font-size: 18.199px;
        font-weight: 400;
        line-height: 140%;
        text-align: center;
        margin-bottom: 16px;
    }

    .confirmation-link {
        color: #00AFD6 !important;
        text-align: center;
        font-size: 18.199px;
        font-weight: 400;
        line-height: 140%;
        margin-bottom: 30px;
        display: block;
    }

    .check-icon {
        max-width: 130px;
        margin-bottom: 30px;
    }

    .preview-heading {
        color: #FFF;
        font-size: 32.199px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 30px;
    }

    @media (max-width: 1200px) {
        .hero-section h1 {
            font-size: 41.199px;
        }

        .hero-highlight-cards h4 {
            font-size: 22.199px;
        }

        .hero-pricing-text {
            font-size: 43.199px;
        }

        .footer-heading {
            font-size: 50.199px;
            margin-bottom: 16px;
        }

        .nfc-card-heading {
            font-size: 50.199px;
        }
    }

    @media (max-width: 992px) {
        .hero-section h1 {
            margin-bottom: 10px;
        }

        .hero-highlight-cards {
            margin-bottom: 10px;
        }

        .hero-pricing-text {
            font-size: 31.199px;
        }

        .footer-heading {
            font-size: 43.199px;
            margin-bottom: 6px;
        }

        .nfc-card-heading {
            font-size: 47.199px;
            margin-bottom: 50px;
        }
    }

    @media (max-width: 768px) {
        .hero-section h1 {
            font-size: 31.199px;
            font-weight: 500;
        }

        .hero-pricing-text {
            font-size: 21.199px;
            font-weight: 500;
        }

        .nfc-card-heading {
            font-size: 37.199px;
            margin-bottom: 50px;
            font-weight: 500;
        }
    }

    @media (max-width: 576px) {
        .hero-section h1 {
            font-size: 23.199px;
        }

        .hero-highlight-cards img {
            max-height: 180px;
        }

        .card-row-img {
            padding: 50px 0px;
        }

        .footer-heading {
            font-size: 23.199px;
        }

        .footer-logo {
            max-width: 220px;
        }

    }
