
        @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 {
            font-size: 2.6rem;
            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;
            color: #021440;
              font-family: "PublicSans-Bold", sans-serif;
        }

        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;
        }






        :root {
            --primary: #0066cc;
            --primary-light: #e6f2ff;
            --accent: #00a86b;
            --neutral-900: #1a1a1a;
            --neutral-800: #2d2d2d;
            --neutral-700: #404040;
            --neutral-300: #d0d0d0;
            --neutral-100: #f5f5f5;
            --white: #ffffff;
            --text-dark: #1a1a1a;
            --text-light: #666666;
            --border-radius: 8px;
        }



        /* Why Choose Section */
        .why-choose {
            padding: 5rem 5%;
            background-color: var(--neutral-100);
        }


     .why-choose-container{
            padding-top:80px;
            padding-bottom: 80px;
            background: radial-gradient(at center top, rgb(240, 248, 255) 0%, rgb(255, 255, 255) 70%);
            border-top: 1px solid rgb(236, 229, 229);
        }
         
        .why-choose-section {
            display: flex;
            align-items: flex-start;
            gap: 60px;
        }
        
        .content-left {
            flex: 1;
            position: sticky;
            top: 100px;
        }
        
        .content-left h2 {
            /* font-size: 2.5rem; */
            font-weight: 700;
            margin-bottom: 20px;
            line-height: 1.2;
            text-align: left;
        }
        
       .why-choose-section .content-left p {
            font-size: 1.15rem;
            color: #434e5c;
            margin-bottom: 30px;
        }
        
        .highlight-box {
            background: #002d77;
            color: white;
            padding: 25px;
            /* border-radius: 12px; */
            margin-top: 30px;
        }
        
        .highlight-box h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #fff;
        }
        
        .highlight-box ul {
            list-style-type: none;
        }
        
        .highlight-box li {
            margin-bottom: 10px;
            padding-left: 25px;
            position: relative;
            color: #fff;
        }
        
        .highlight-box li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #0adb57;
            font-weight: bold;
        }
        
        .why-choose-right {
            flex: 1;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            padding-top: 62px;
        }
        
       .why-choose-box{
            background: #f9faff;
            padding: 30px 25px;
            /* border-radius: 12px; */
            /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); */
            transition: all 0.3s ease;
            /* border-left: 4px solid #3b82f6; */
            border: 1px solid rgb(197, 197, 197);
        }
        
        .why-choose-box:hover {
            transform: translateY(-5px);
            /* box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15); */
            background: #0047bb;
            color: #fff;
        }

        .why-choose-box:hover h3{
            color: #fff;
        }

        .why-choose-box:hover p{
            color: #fff;
        }
        
        .why-choose-box-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            margin-bottom: 20px;
        }
        
        .why-choose-box h3 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 12px;
         
        }
        
        .why-choose-box p {
          
            font-size: 1.15rem;
        }


           .bbp-btn {
            /* margin-top: 20px; */
            text-align: center;
            margin-bottom: 40px;
    }
        .bbp-btn a {
            display: inline-block;
            padding: 15px 44px;
            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;
        }





        .section-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 3rem;
        
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .feature-card {
            background-color: var(--white);
            padding: 2rem;
            border-radius: var(--border-radius);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
        }

        .feature-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 24px rgba(0, 102, 204, 0.15);
        }

        .feature-icon{
            width: 65px;
            height: 65px;
            margin-bottom: 30px;
        }
        
          .feature-icon img{
            width: 100%;
            height: 100%;
            object-fit: contain;
          }

        .feature-card h3 {
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
        }

        .feature-card p {
            line-height: 1.6;
        }

        /* Key Features Section */
        .key-features {
            padding: 5rem 5%;
        }

        .key-features span{
              font-family: "PublicSans-Regular";
        }

        .features-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;
        }

        .feature-box {
            /* background: linear-gradient(135deg, var(--primary-light) 0%, rgba(0, 168, 107, 0.1) 100%); */
            padding: 2.5rem 1.5rem;
            border-radius: var(--border-radius);
            /* border-left: 4px solid var(--primary); */
            transition: all 0.3s ease;
        }

        .feature-box:hover {
            transform: translateX(8px);
        }

        .feature-box h3 {
            margin-bottom: 0.8rem;
            font-size: 1.3rem;
        }

        .feature-box p {
            font-size: 1.15rem;
        }

        /* Deep Features Section */
        .deep-features {
            padding: 5rem 5%;
           background: radial-gradient(at center top, rgb(240, 248, 255) 0%, rgb(255, 255, 255) 70%);
        }

        .feature-section {
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 3rem;
            align-items: start;
            margin-bottom: 5rem;
        }

        .feature-section.reverse {
            direction: rtl;
        }

        .feature-section.reverse>* {
            direction: ltr;
        }

        .feature-image {
            height: 350px;
            background: url("../images/inner-pages/manu-bom.webp");
            border-radius: var(--border-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            box-shadow: 0 10px 11px rgba(0, 0, 0, 0.08);
        }

        .feature-image2 {
            height: 350px;
            background: url("../images/inner-pages/Warehouse.webp");
            /* border-radius: var(--border-radius); */
            display: flex;
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: left;
            box-shadow: 0 10px 11px rgba(0, 0, 0, 0.08);
        }

        .feature-image3 {
            height: 374px;
            background: url("../images/inner-pages/dashboard.webp");
            border-radius: var(--border-radius);
            align-items: center;
            justify-content: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            box-shadow: 0 10px 11px rgba(0, 0, 0, 0.08);
        }

        .feature-content h3 {
            font-size: 2rem;
            margin-bottom: 1.5rem;
   
        }

        .feature-benefits {
            list-style: none;
            margin-top: 1.5rem;
        }

        .feature-benefits li {
            padding: 0.5rem 0;
            color: var(--text-light);
            display: flex;
            gap: 0.8rem;
            font-size: 1.15rem;
        }

        .feature-benefits li:before {
            content: "✓";
            color: var(--accent);
            font-weight: bold;
            font-size: 1.2rem;
        }

            /* How It Works */
       .how-section {
            background: #fff;
            padding: 80px 60px;
            /* max-width: 900px; */
            margin: 0 auto;
            /* margin-bottom: 4rem; */
            animation: fadeIn 0.8s ease;
        }

        .how-section .header {
            text-align: center;
            margin-bottom: 10px;
        }

        .how-section .icon-top {
            width: 60px;
            height: 60px;
            background: #0d9f16;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            position: relative;
        }

        .how-section .icon-top::before {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
            top: 15px;
            left: 15px;
        }

        .how-section .icon-top::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: #fff;
            border-radius: 50%;
            top: 15px;
            right: 15px;
        }

        .how-section .dot-bottom-left {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            bottom: 15px;
            left: 15px;
        }

        .how-section .dot-bottom-right {
            position: absolute;
            width: 6px;
            height: 6px;
            background: #fff;
            border-radius: 50%;
            bottom: 15px;
            right: 15px;
        }

        .how-section .section-title {
            font-size: 1.5rem;
            color: #1a1a1a;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .how-section .section-subtitle {
            font-size: 1.15rem;
            /* color: #6b7280; */
            line-height: 1.6;
            max-width: 500px;
            margin: 0 auto;
            text-align: center;
        }

        .how-section .process-wrapper {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            position: relative;
            padding-top: 40px;
        }

        .how-section .step {
            flex: 1;
            text-align: center;
            position: relative;
            animation: slideUp 0.8s ease;
        }

        .how-section .step:nth-child(1) { animation-delay: 0.2s; }
        .how-section .step:nth-child(2) { animation-delay: 0.4s; }
        .how-section .step:nth-child(3) { animation-delay: 0.6s; }

        .how-section .step-top {
            margin-bottom: 40px;
            position: relative;
        }

        .how-section .step-number {
            font-size: 0.9rem;
            color: #1a1a1a;
            font-weight: 600;
            margin-bottom: 25px;
            text-align: center;
        }

        .how-section .icon-wrapper {
            width: 70px;
            height: 70px;
            margin: 0 auto;
            position: relative;
        }

        .how-section .circle-outer {
            width: 80px;
            height: 80px;
            border: 2px dashed #d1d5db;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .how-section .step:hover .circle-outer {
            border-color: #2d7a6e;
            transform: scale(1.05);
        }

        .how-section .circle-inner {
            width: 65px;
            height: 65px;
            background: linear-gradient(135deg, #2d7a6e 0%, #3d8f80 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(45, 122, 110, 0.2);
            transition: all 0.3s ease;
        }

        .how-section .step:hover .circle-inner {
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(45, 122, 110, 0.3);
        }

        .how-section .icon {
            font-size: 1.5rem;
            color: #fff;
        }
         .how-section .icon img {
            width: 100%;
            height: auto;
         }

        .how-section .dashed-line {
            position: absolute;
            top: 40px;
            left: 60%;
            width: 100%;
            height: 2px;
            border-top: 2px dashed #d1d5db;
            z-index: 0;
        }

        .how-section .step:last-child .dashed-line {
            display: none;
        }

        .how-section .step h3 {
            font-size: 1.5rem;
            color: #1a1a1a;
            margin-bottom: 12px;
            font-weight: 600;
            text-align: center;
        }

        .how-section .step p {
            font-size: 1rem;
            line-height: 1.6;
            margin: 0 auto;
            text-align: center;
            padding: 10px 20px;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .how-section {
                padding: 50px 30px;
            }

            .how-section .section-title {
                font-size: 1.6rem;
            }

            .how-section .process-wrapper {
                flex-direction: column;
                gap: 50px;
            }

            .how-section .dashed-line {
                display: none;
            }

            .how-section .step p {
                max-width: 100%;
            }
        }



        /* Integrations Section */
        .integrations {
            padding: 5rem 5%;
            text-align: center;
        }

        .integrations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .integration-item {
            padding: 2rem;
            background-color: var(--neutral-100);
            border-radius: var(--border-radius);
            display: flex;
            align-items: center;
            justify-content: center;
            height: 150px;
            font-weight: 600;
            color: var(--text-dark);
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .integration-item:hover {
            border-color: var(--primary);
            background-color: var(--primary-light);
        }

        .run-manufacture{
            /* background-color: #0047bb; */
            padding: 80px 0;
            text-align: center;
            margin-top: 60px;
        }

         .run-manufacture .users-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
         }

          .run-manufacture .user-card{
            background-color: rgb(249, 250, 255);
            padding: 20px;
            border-radius: var(--border-radius);
            text-align: center;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
            transition: all 0.3s ease;
            border: 1px solid #e6f5ff;
          }

         .run-manufacture .user-card h4 {
            margin-top: 1rem;
            font-size: 1.2rem;
            font-weight: 600;
            color: #021440;
            padding-bottom: 1rem;
        }
        .run-manufacture .user-card p{
            color: #434e5c;
            font-size: 1rem;
            line-height: 1.4;
        }


        


        /* Who Uses Section */
        .who-uses {
            padding: 5rem 5%;
        
        }

        .users-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .user-card {
            background-color: #002d77;
            padding: 20px;
            border-radius: var(--border-radius);
            text-align: center;
            /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
            transition: all 0.3s ease;
            border: 1px solid #e6f5ff;
        }

        .user-card:hover {
            transform: translateY(-4px);
           box-shadow: 0 4px 12px rgb(198 217 242 / 34%);
        }

        .user-card h4 {
            margin-top: 1rem;
            font-size: 1.2rem;
            color: #ffffff;
            padding-bottom: 1rem;
        }
        .user-card p{
            color: #ffffff;
            font-size: 1rem;
            line-height: 1.4;
        }





        /* Animations */
        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        /* Scroll animations */
        .fade-in-section {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-in-section.visible {
            opacity: 1;
            transform: translateY(0);
        }



        @media (max-width: 1024px) {
            .why-choose-section {
                flex-direction: column;
                gap: 30px;
            }

            .content-left{
                position: static;
            }
            .why-choose-right{
                padding-top: 0;
            }
        }


      @media (max-width: 768px) {

            .feature-section,
            .feature-section.reverse {
                grid-template-columns: 1fr;
                direction: ltr;
            }

            .feature-section.reverse>* {
                direction: ltr;
            }
        }

        @media(max-width:480px){
            .feature-image2 {
                background-position: center;
            }

        }

        @media (max-width: 480px) {
            h2 {
                font-size: 2rem;
            }
            H2 span{
                font-size: 2rem;
            }
            p{
                font-size: 1rem;
            }
            .why-choose-right {
                grid-template-columns: 1fr;
            }

            .section-title {
                font-size: 2rem;
            }

            .feature-content h3{
                font-size: 24px;
            }
            .feature-benefits li{
                font-size: 1rem;
            }
            .key-features{
                padding: 0;
            }
        }