 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

         @font-face {
            font-family:"PublicSans-Bold" ;
            src: url("../fonts/Public_Sans/static/PublicSans-Bold.ttf");
        }

        @font-face {
           font-family:"Inter_18pt-Regular" ;
           src: url("../fonts/Inter/static/Inter_18pt-Regular.ttf");
       }
     
        @font-face {
            font-family: "ErasDemiITC";
            src: url(../fonts/ErasDemiITC.ttf);
        }

        body {
            color: #1a1a1a;
            background-color: #ffffff;
        }
              
        H2 span {
            font-size: 2.5rem;
            color: #0047bb;
            font-weight: bold;  
            font-family: "PublicSans-Bold", sans-serif;
           
        }

        h2 {
            font-size: 2.5rem;
            line-height: 1.2em;
            color: #021440;
            font-family: "PublicSans-Bold", sans-serif;
        }

        h3 {
            font-size: 17px;
            line-height: 20px;
            color: #021440;
        }

        p {
            font-size: 17px;
            line-height: 25px;
            color: #434e5c;
            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;
        }




        /* Screenshot Section */
        .screenshot-section {
            /* background: linear-gradient(135deg, #002d77 0%, #003d9e 100%); */
            text-align: center;
            padding: 80px 0;
        }

        .screenshot-container {
            margin-top: 1rem;
            background: #021440;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .ss-section{
            text-align: center;
        }
        
        .screenshot-section h2{
            font-size: 2.5rem;
            text-align: center;
            color: #021440;
        }
        .screenshot-section span{
            font-family: "ErasDemiITC";
        }
        .screenshot-section p{
            font-size: 1.15rem;
            text-align: center;
            color: #434e5c;
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .ss-cta-btn {
           display: inline-block;
          color: #fff;
          border-radius: 6px;
          font-weight: 600;
          text-decoration: none;
          transition: 0.3s;
          font-size: 16px;
          color: #0047bb;
          text-decoration: underline;     
          padding-bottom: 20px;
          letter-spacing: 0.038rem;
        }


        .screenshot {
            width: 100%;
            height: auto;
            display: block;
            background: linear-gradient(135deg, #f0f7ff 0%, #e6f2ff 100%);
            min-height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            color: #0066cc;
        }
          .screenshot-container img {
            width: 100%;
            height: auto;
            display: block;
          }


          /* Benefits Cards */
        .benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }

        .benefit-card {
            background: #002d77;
            padding: 2rem;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            transition: all 0.3s ease;
        }
        

        .benefit-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 102, 204, 0.1);
            border-color: #0066cc;
        }
         .benefits .even{
         background:#0047bb;
        }
        .benefit-card img {
            width: 30px;
            height: 30px;
            margin-bottom: 1.5rem;
        }


        .section-title{
          text-align: center;
        }
        .benefit-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #0066cc 0%, #00ccff 100%);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .benefit-card h3 {
            font-size: 1.2rem;
            margin-bottom: 0.5rem;
            color: #ffffff;
            letter-spacing: 0.05rem;
        }

        .benefit-card p {
            font-size: 1rem;
            line-height: 1.6;
            color: #ffffff;
        }


        .bbp-btn {
           margin-top: 55px;
           text-align: center;
         /* margin-bottom: 40px; */
        }

        .bbp-btn a {
           display: inline-block;
           padding: 18px 40px;
           background: #0d9f16;
           color: #ffffff;
           font-size: 1.5rem;
           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: 2rem;
            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;
            padding: 10px;
            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;
        }

        @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%;
            }
        }


         /* Before & After */
        .comparison-section {
            background: linear-gradient(135deg, #002d77 0%, #003d9e 100%);
            color: white;
            text-align: center;
            padding: 60px 0;
        }

        .comparison-section h2{
            text-align: center;
            color: #ffffff;
        }

        .comparison-section p{
            text-align: center;
            color: #ffffff;
        }

        .comparison-section span{
          color: #f2b500;
          font-family: "ErasDemiITC";
        }

        .comparison-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin-top: 2rem;
        }

        .comparison-item.before{
            background: #fef2f2;
            border: 1px solid #fecaca;
            padding: 2rem;
            border-radius: 12px;
            backdrop-filter: blur(10px);
        }
        .comparison-item.after{
            background: #f0fdf4;
            border: 1px solid #bbf7d0;
            padding: 2rem;
            border-radius: 12px;
            backdrop-filter: blur(10px);
        }


        .comparison-label {
            font-size: 0.9rem;
            opacity: 0.8;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #021440;
            display: inline-block;
            background: #ffffff;
            padding: 0.2rem 0.6rem;
            border-radius: 4px;
            font-weight: 600;
        }

        .comparison-item h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: #021440;
        }

        .comparison-item p {
            opacity: 0.9;
            font-size: 1rem;
            color: #000000;
            text-align: left;
        }

         .before ul, .after ul {
            list-style: none;
        }

        .before li, .after li {
            padding: 0.8rem 0;
            padding-left: 1.5rem;
            font-size: 1rem;
            position: relative;
            color: #021440;
            padding-left: 30px;
        }

        .before li:before {
            content: "✗";
            position: absolute;
            left: 0;
            top: 7px;
            color: #dc2626;
            font-weight: bold;
            font-size: 1.7rem;
        }

        .after li:before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 7px;
            color: #16a34a;
            font-weight: bold;
            font-size: 1.7rem;
        }

        .arrow {
            font-size: 2rem;
            margin: 1rem 0;
            color: white;
            text-align: center;
        }
        .comparison-botom{
            margin-top: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
        }

         .comparison-section a{
            text-decoration: none;
            color: rgb(0, 0, 0);
            background: #f2b500;
            padding: 14px 28px;
            border-radius: 5px;
            font-weight: 500;
            font-size: 16px;
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
        }

        .comparison-section a:hover{
            box-shadow: none;
        }

        
         /* Security Section */
        .security {
            padding: 5rem 2rem;
            background-color: #ffffff;
        }
        
        .security h2{
            text-align: center;
            margin-bottom: 2rem;
        }
        .security-container {
            display: flex;
            max-width: 1170px;
            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: 1.7rem;
            margin-bottom: 1.5rem;
            color: #ffffff;
            text-align: left;
            letter-spacing: 0.03rem;
        }

        .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;
        }

                /* Who This Is For Section */
.who-for-section {
  padding: 60px 20px;
  background: #f9fafb;
}

.who-for-container {
  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.who-for-container h2 {
  font-size: 28px;
  font-weight: 700;
  color: #021440;
  margin-bottom: 16px;
}

.who-for-container p {
  font-size: 18px;
  line-height: 1.7;
  color: #434e5c;
}

.who-for-container strong {
    font-size: 18px;
    color: #0047bb;
    font-family: "ErasDemiITC";
}



 @media (max-width: 768px) {
            h2{
                font-size: 2.3rem;
            }

            H2 span {
                font-size: 2.3rem;
            }
           

            .why-content,
            .comparison-grid {
                grid-template-columns: 1fr;
            }

            .why-image {
                justify-content: center;
            }
            .section {
                padding: 2rem 1rem;
            }

            .section-title {
                font-size: 2.3rem;
            }
            .section-grid{
                grid-template-columns: 1fr;
            }
     
            .how-section .step{
                margin: auto;
            }
            .header-content {
                flex-direction: column;
                gap: 1rem;
            }

               .security-container {
                flex-direction: column;
            }

            .security-rgt {
                margin-top: 2rem;
                border-radius: 0px 0px 16px 16px;
            }


        }
        @media (max-width: 480px) {

                h2{
                font-size: 2rem;
            }
            h3{
                font-size: 1.3rem;
            }

            p{
                font-size: 1rem;
            }
                
            H2 span {
                font-size: 2rem;
            }

          

            .section-title {
                font-size: 2rem;
            }
              .hero-buttons {
                flex-direction: column;
            }
            .bbp-btn a {
               font-size: 1.2rem;
               padding: 15px 30px;
            }
            .screenshot-section h2{
                font-size: 2rem;
            }
              .how-section .step h3 {
                font-size: 1.3rem;
            }
           .comparison-item h3 {
            font-size: 1.3rem;
            }

            .comparison-botom{
                flex-direction: column;
            }
            .security-lft   {
                padding: 2rem;
            }

            .cta-buttons {
                flex-direction: column;
            }

        }
    