
     @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;
            color: #021440;
        }

        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;
        }

      .why-section {
            background:radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
            padding: 70px 0;
        }
         .why-section .section-subtitle{
            font-size: 19PX;
            padding-bottom: 30px;
         }

        .why-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            /* align-items: center; */
        }

        .why-text {
            margin-top: 10px;
        }
        .why-text h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            font-weight: 600;
            color: #0047bb;
             font-family: "PublicSans-Bold", sans-serif;
        }

        .why-text strong {
            font-size: 17px;
            font-weight: 600;
             color: #021440;
        }

        .why-text p {
            /* color: var(--text-gray); */
            margin-bottom: 1rem;
            font-size: 1.2rem;
        }

        .benefits {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-top: 2rem;
        }

        .benefit {
            padding: 1.5rem;
            background: white;
            /* border-radius: var(--radius); */
            /* border-left: 4px solid var(--accent); */
            border: 1px solid blue;
        }

        .benefit:hover{
            background: #0047bb;
            color: #ffffff;
        }

        .benefit-title {
            font-weight: 700;
            margin-bottom: 0.5rem;
            color:#021440;
            font-size: 16px;
        }
         .benefit:hover  .benefit-title{
            color: #ffffff;
         }

        .benefit-desc {
            font-size: 1rem;
        }

        .benefit:hover .benefit-desc{
            color: #ffffff;
        }


        /* Advantages Section */
.advantages {
  padding: 4rem 0;
  background: #f9fafb;
}

.section-title{
    text-align: center;
    margin-bottom: 3rem;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
}

.advantage-card {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.advantage-icon {
  width: 40px;
  height: 40px;
  background: #dcfce7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.advantage-card h2{
    text-align: center;
}
.advantage-card h3 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 18px;
}

.advantage-card p {
  margin-top: 10px;
  font-size: 16px;
  /* color: #6b7280; */
}



            /* Key Features Section */
        .key-features {
            padding: 5rem 5%;
        }

         .key-features .section-title{
            text-align: center;
            margin-bottom: 3rem;
         }

        .key-features span{
              font-family: "PublicSans-Regular";
        }

        .features-showcase {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
        }

        .feature-box {
            /* background: linear-gradient(135deg, var(--primary-light) 0%, rgba(0, 168, 107, 0.1) 100%); */
            padding: 2.5rem 2rem;
            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.5rem;
            font-weight: 600;
        }

        .feature-box p {
            font-size: 1.2rem;
            text-align: justify;
        }


         .feature-icon{
            width: 65px;
            height: 65px;
            margin-bottom: 30px;
        }
        
          .feature-icon img{
            width: 100%;
            height: 100%;
            object-fit: contain;
          }


       .bbp-btn {
            margin-top: 30px;
            text-align: center;
            /* margin-bottom: 40px; */
        }
        .bbp-btn a {
            display: inline-block;
            padding: 15px 44px;
            background: #f2b500;
            color: #000000;
            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;
        }


  /* 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;
            text-align: center;
        }

        .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%;
            }
        }




        
/* Features Section */
.gst-features {
  padding: 4rem 0;
  background: white;
}

.gst-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.gst-feature-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.gst-feature-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.gst-feature-card ul {
  list-style: none;
}

.gst-feature-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.software-showcase {
  background:radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
  padding: 90px 0;
}

.showcase-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.showcase-content {
  flex: 1 1 45%;
  text-align: center;
}

.showcase-content h2 {
  /* font-size: 32px; */
  font-weight: 700;
  /* color: #102a43; */
  margin-bottom: 20px;
  letter-spacing: -0.038rem;
  text-align: center;
}

.showcase-content p {
  font-size: 17px;
  /* color: #4a5568; */
  line-height: 1.7;
  margin-bottom: 25px;
  text-align: center;
  max-width: 1000px;
  margin:20px auto;

}

.showcase-cta-btn {
  display: inline-block;
  /* background: #005aeb; */
  color: #fff;
  /* padding: 12px 28px; */
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  color: #0047bb;
  text-decoration: underline;
}

.showcase-cta-btn:hover {
  /* background: #0043b3; */
}

.showcase-image {
  flex: 1 1 50%;
  text-align: right;
  box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
}

.showcase-image img {
  max-width: 100%;
  border-radius: 12px;
  /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); */
}




.add-benefits {
     background:#fff; 
     padding:80px 18px; 
    }
  .add-benefits .container { max-width:1200px; margin:0 auto; }

  .ab-title {
    font-size:2.5rem;
    font-weight:700;
    text-align:center;
    margin-bottom:28px;
  }

  .ab-grid {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap:18px;
    align-items:stretch;
  }

  .ab-item {
    /* display:flex; */
    gap:14px;
    align-items:flex-start;
    background:#f8fbff;
    padding:18px;
    /* border-radius:12px; */
    border:1px solid #eef6ff;
    transition:transform .22s ease, box-shadow .22s ease;
  }

  .ab-item:hover {
    transform:translateY(-6px);
    box-shadow:0 14px 30px rgba(6, 72, 180, 0.06);
  }

  .ab-icon {
    width:44px;
    height:44px;
    color:#0b63e6; /* icon color */
    flex:0 0 44px;
  }

  .ab-text {
     font-size:16px;
      /* color:#16202b;  */
      line-height:1.45;
       margin:0; 
    }
  .ab-text strong {
     display:block;
      font-weight:700;
       /* color:#0b2f63; */
        margin-bottom:6px;
         font-size:18px;
         }



.text-span{
        font-family: "PublicSans-Bold";
}
  /* responsive */




   @media (max-width: 1024px){
    .features-grid{
      grid-template-columns: repeat(2, 1fr);
    }
  }

   @media (max-width: 960px){
   h2{
        font-size: 2.3rem;
        }

        H2 span {
        font-size: 2.3rem;
        }

        .tab-content{
            flex-direction: column;
        }

        .tab-text{
            margin: auto;
            width: 100%;
        }
   
  }

     @media (max-width:640px){
    .ab-grid { gap:12px; }
    .ab-item { padding:14px; }
  
  }



    @media (max-width: 768px){
        .why-section .section-subtitle{
            font-size: 17PX;
            padding-bottom: 25px;
        }
        .why-content{
        grid-template-columns: 1fr;
        }
        .benefits{
        grid-template-columns: 1fr;
        }
        .action-tabs{
        
        }
        .tab-button{
        font-size: 16px;
        }
        .tab-content{
        grid-template-columns: 1fr;
        }
    }

    @media (max-width: 480px){
        h2{
        font-size: 2rem;
        }

        H2 span {
        font-size: 2rem;
        }
        
          .why-text strong{
            font-size: 15px;
        }
        .why-text p{
            font-size: 1rem;
        }
        .feature-box p{
            font-size: 15px;
        }
        .showcase-content p{
            font-size: 15px;
        }
        .ab-text{
            font-size: 1rem;
        }

        .why-section .section-subtitle{
            font-size: 15PX;
            padding-bottom: 20px;
        }
        .ab-title{
            font-size: 2rem;
        }

       .key-features{
              padding: 0;
        }
        .key-features .section-title{
            margin-bottom: 1rem;
        }
    }