 @font-face {
            font-family: "Eras Light ITC";
            src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
                url("../fonts/ErasITC-Light.woff") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Eras Medium ITC";
            src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
                url("../fonts/ErasITC-Medium.woff") format("woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }


        @font-face {
            font-family: "ErasITC-Medium";
            src: url("../fonts/ErasITC-Medium.woff");
        }


        @font-face {
            font-family: "Inter_18pt-Regular";
            src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Regular";
            src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Bold";
            src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
        }


        @font-face {
            font-family: "ErasDemiITC";
            src: url(../fonts/ErasDemiITC.ttf);
        }




        H2 span {
            color: #0047bb;
            font-weight: bold;
            /* font-family: "Raleway-Medium"; *  /* font-family: "Montserrat-Regular"; */
            font-family: "PublicSans-Bold", sans-serif;
            /* font-family: "ErasDemiITC"; */
        }

        h2 {
            /* text-align: center; */
            font-size: 2.5rem;
            line-height: 1.4em;
            color: #021440;
            /* font-family: "Raleway-Medium"; */
            /* font-family: "Montserrat-Regular"; */
            font-family: "PublicSans-Bold", sans-serif;
            /* margin-bottom: 90px; */
        }

        h3 {
            text-align: left;
            font-size: 17px;
            line-height: 25px
        }

        p {
            font-size: 17px;
            line-height: 25px;
            color: #434e5c;
            /* letter-spacing: 1.5px; */
            /* text-align: center; */
            /* font-family: "Poppins-Regular"; */
            font-family: "Inter_18pt-Regular";
        }



        .bttn {
            margin: 0 auto;
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
            text-decoration: none;
            font-size: 1.1rem;
            line-height: 1.5;
            width: fit-content;
            transition: 0.5s ease;
            text-align: left;
            /* margin: 0 auto; */
            border-radius: 3px;
            background: #f2b500;
            color: #0e0d0d;
            display: flex;
            align-items: center;
            padding: 0.575rem 1.9rem;
        }





        .benefit-section {
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 197, 253, 0.1) 100%);
            padding-bottom: 70px;
        }

        .benefit-container {
            /* display: grid; */
            /* grid-template-columns: 1fr 1fr; */
            gap: 50px;
            /* padding-bottom: 80px; */
            text-align: center;
            position: relative;
            padding-top: 6%;
        }

        .benefit-container h2 {
            text-align: left;
            padding-bottom: 15px;
            letter-spacing: -0.0538rem;
            line-height: 1.2;
        }

         .benefit-container span{
            font-family: "ErasDemiITC";
         }

        .benefit-container p {
            text-align: left;
            /* text-align: justify; */
            max-width: 800px;
        }


        .benefit-list-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin-top: 50px;
            gap: 50px;
        }

        .benefits-list {
            display: grid;
            /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
            /* gap: 30px; */
            /* margin-top: 50px; */
        }

        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 20px;
            padding: 10px;
            /* background:  #f8f9fb; */
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .benefit-item:hover {
            background: linear-gradient(135deg, rgba(24, 40, 72, 0.05) 0%, rgba(75, 108, 183, 0.05) 100%);
        }

        .benefit-check {
            width: 24px;
            height: 24px;
            background: #0047bb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-weight: bold;
            flex-shrink: 0;
            margin-top: 4px;
        }

        .benefit-item p {
            color: var(--text-gray);
            font-size: 1.2rem;
        }

        /* Integration Section */

        .integration-section {
            background: #0047bb;
        }

        .integration-content {
            max-width: 700px;
            margin: 0 auto;
            text-align: center;
            font-size: 1.1rem;
            color: var(--text-gray);
            line-height: 1.8;
        }

        .integration-section h2 {
            color: #fff;
        }

        .integration-content p {
            text-align: center;
            color: #fff;
        }

        .benefit-rgt .img {
            background: url("../images/inner-pages/retailers-inner.webp")no-repeat;
            width: 100%;
            height: 100%;
            /* max-height: 400px; */
            /* max-width: 600px; */
            background-position: center;
            background-size: cover;
        }





        /* Created timeline layout for features instead of grid */
        .bbp-section {
            /* width:90%; */
            margin: 60px auto;
            text-align: center;
        }

        .bbp-section h2 {
            /* font-size: 2.5rem; */
            font-weight: 700;
            margin-bottom: 35px;
        }

         .bbp-section span {
            font-family: "ErasDemiITC"; 
         }

        .bbp-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .bbp-item {
            padding: 25px;
            background: #f8faff;
            border: 1px solid #e0e9ff;
            border-radius: 12px;
            text-align: left;
            transition: .25s;
        }

        .bbp-item:hover {
            border-color: #3b82f6;
            background: #ffffff;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
        }

        .bbp-item h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .bbp-item p {
            font-size: 15px;
            line-height: 1.5;
            color: #3e4a5b;
        }

        .bbp-btn {
            margin-top: 50px;
            text-align: left;
        }
        .bbp-btn a {
            display: inline-block;
            padding: 17px 60px;
            background: #0047bb;
            color: #fff;
            font-size: 1.3rem;
            border-radius: 5px;
            text-decoration: none;
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
            transition: background 0.3s ease;
        }

        .bbp-btn a:hover{
            box-shadow: none;
        }






        /* Categories Section - Hexagon Grid */
        .why-choose-section {
            background:radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
        }

        .why-container {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 50px;
            padding-bottom: 80px;
            text-align: center;
            position: relative;
            padding-top: 6%;

        }

        .why-choose-benefits-list {
            margin-top: 50px;

        }

        .why-container h2 {
            text-align: left;
            padding-bottom: 20px;
            /* font-size: 2.5rem; */
        }

        .why-container span {
            font-family: "ErasDemiITC";
        }

        .why-choose-lft p {
            text-align: justify;
            font-size: 1.3rem;
        }

        /* Security Section */
        .security {
            padding: 5rem 2rem;
            background-color: #ffffff;
        }

        .security-container {
            display: flex;
            max-width: 900px;
            margin: 0 auto;
            background: linear-gradient(135deg, #0066cc 0%, #0052a3 100%);
            /* padding: 4rem; */
            border-radius: 16px;
            color: white;
            text-align: center;
        }

        .security-lft {
            padding: 4rem;
        }

        .security-container h2 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
            color: #ffffff;
        }

        .security-container p {
            font-size: 1.1rem;
            opacity: 0.95;
            line-height: 1.8;
            color: #fff;
        }

        .security-rgt {
            background: url("../images/inner-pages/sec.webp") no-repeat;
            height: auto;
            width: 100%;
            background-position: center;
            background-size: cover;
            border-radius: 5px;
            border-radius: 0px 16px 16px 0px;
        }


        @media (max-width: 768px) {
            h2{
                font-size: 2.3rem;
            }
            H2 span{
                font-size: 2.3rem;
            }
            .benefit-container {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 0;
            }

            .benefit-list-container {
                grid-template-columns: 1fr;
            }

            .why-container {
                grid-template-columns: 1fr;
                gap: 0;
            }

            .security-container {
                flex-direction: column;
            }

            .security-rgt {
                margin-top: 2rem;
                border-radius: 0px 0px 16px 16px;
            }
        }

        @media (max-width: 480px) {
            h2 {
                font-size: 2rem;
            }

            H2 span{
                font-size: 2rem;
            }
            p {
                font-size: 16px;
            }
            .why-choose-lft p{
                font-size: 16px;
            }
            .benefit-container p{
                font-size: 16px;
            }
            .benefit-container .benefit-item p{
                font-size: 1rem;
            }
            .benefit-item p{
                font-size: 1rem;
            }
            .bbp-item p{
                font-size: 1rem;
            }

            .security-lft {
                padding: 2rem;
            }
            .bbp-btn a {
               font-size: 1.2rem;
               padding: 15px 30px;
            }

        }