
       
       * {
            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);
     }



       h1, h2, h3 {
            font-family: "PublicSans-Bold";
            margin: 0;
            line-height: 1.2;
            color: #021440;
          
        }

        p {
            margin: 0;
            font-size: 1.2rem;
            font-family: "inter_18pt-Regular";
            color: #434e5c;
        }

          H2 span {
            font-size: 2.5rem;
           color: #0047bb;
           font-weight: bold;
           /* font-family: "PublicSans-Bold", sans-serif; */
           font-family: "PublicSans-Bold", sans-serif;
        }


        
        .container {
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
        }
        
   
        
        /* Hero Section */

/* .bttn {
    margin: 0 auto;
    box-shadow: 0 10px 15px rgb(0 0 0 / 35%);
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.5;
    width: fit-content;
    transition: 0.5s ease;
    text-align: left;
    border-radius: 3px;
    background: #f5c662;
    color: #0e0d0d;
    display: flex;
    align-items: center;
    padding: 0.575rem 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
} */

.bttn{
    font-size: 18px;
    border: 2px solid;
}



.button {
  position: relative;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  padding-block: 0.5rem;
  padding-inline: 1.25rem;
  background-color:transparent;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: bold;
  border: 3px solid #15f322;
  outline: none;
  overflow: hidden;
  font-size: 20px;
  /* width: 25%; */
  margin: auto;
  padding: 17px 39px;
  letter-spacing: 1px;
}

.icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.button:hover {
  transform: scale(1.05);
  border-color: #00ff11;
}

.button:hover .icon {
  transform: translate(4px);
}

.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.button::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}







.bttn:hover{
    box-shadow: none;
}


.feature-showcase .bttn{
    background:#0d9f16;
    color: #fff;
}


.timline-header h2 span {
    color: #0d9f16;
}


/* Plan Overview Section - Timeline Design */
/* 
.plan-overview {
    padding: 10px 0;
    background-color: white;
}
       



.plan-overview .section-title {
    text-align: center;
    
    padding-top: 7rem;
}
        




.section-title h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #021440;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-top: 30px;
     }
        


 .plan-overview .section-title h2 {
    
     margin-top: 0;
  }

        .section-title p {
         
            margin: 0 auto;
            text-align: center;
            line-height: 1.6;
            font-size: 19px;
            margin-bottom: 75px;
        }


     
        
        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .timeline h3{
            font-size: 19px;
            margin-bottom: 5px;
            color: #0047bb;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: -17rem;
            width: 4px;
            background: #0d9f16;
            transform: translateX(-50%);
        }
        
        .timeline-item {
            display: flex;
            margin-bottom: 40px;
            position: relative;
        }
        
        .timeline-item:nth-child(odd) {
            flex-direction: row;
        }
        
        .timeline-item:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .timeline-content {
            width: 45%;
            padding: 25px;
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-radius: 8px;
           
        }
        
        .timeline-icon {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 55px;
            height: 55px;
            background: #0d9f16;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 20px;
            z-index: 1;
        }
        
.plan-overview-bttn{
     max-width: 1000px;
     margin: auto;
     display: flex;
    justify-content: end;
}

    .plan-overview .bttn{
     margin: 0;
    width: 30rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    color: #0047bb;
    background: transparent;
    font-weight: 500;
    border: 3px solid #0047bb;
    border-radius: 999px;
    gap: 5px;
     }

  .plan-overview .bttn::after {
    content: '→';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
   } */



  .timline-header {
            text-align: center;
            margin-bottom: 100px;
            position: relative;
            box-shadow: none;
        }

        /* .timline-header::before {
            content: '';
            position: absolute;
            top: -40px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3b82f6, #1d4ed8);
            border-radius: 2px;
        } */

        .timline-header h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #0f172a;
            margin-bottom: 10px;
            letter-spacing: -0.025em;
            /* background: linear-gradient(135deg, #1e40af, #3b82f6);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text; */
            text-align: center;
            margin-top: 60px;
        }

        .timline-header p {
            font-size: 1.3rem;
            /* color: #64748b; */
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.6;
            font-weight: 400;
            text-align: center;
        }

        .timline-section {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .timline-line {
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 100px;
            width: 3px;
            background: #0d9f16;
            transform: translateX(-50%);
        }

        .timline-item {
            position: relative;
            margin-bottom: 75px;
            display: flex;
            align-items: flex-start;
            gap: 60px;
        }

        .timline-item:nth-child(even) {
            flex-direction: row-reverse;
        }

        .timline-dot {
            position: absolute;
            left: 50%;
            width: 18px;
            height: 18px;
            top: 5px;
            background: #0d9f16;
            border: 3px solid #ffffff;
            border-radius: 50%;
            transform: translateX(-50%);
            z-index: 10;
            box-shadow: 0 0 0 4px #dbeafe;
        }

        .timline-feature-card {
            width: 56%;
            background:#f6fbff;
            padding:40px 48px;
            border-radius: 24px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid #f1f5f9;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .timline-feature-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 25px 50px rgba(59, 130, 246, 0.15);
            border-color: #dbeafe;
        }

        .timline-feature-header {
            display: flex;
            align-items: flex-start;
            margin-bottom: 2px;
        }

        .timline-feature-icon {
            width: 53px;
            height: 53px;
            background: #0d9f16;
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 22px;
            flex-shrink: 0;
        }

        .timline-feature-card h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0d9f16;
            margin: 0;
            line-height: 1.3;
        }

        .timline-feature-card p {
            /* color: #64748b; */
            margin-bottom: 20px;
            font-size: 1.2rem;
            line-height: 1.7;
            font-weight: 400;
            padding-left: 75px;
            margin-top: -19px;
        }

        .timline-feature-badge {letter-spacing: 1px;
            display: inline-flex;
            align-items: center;
            font-size: 0.875rem;
            color: #0d9f16;
            font-weight: 600;
            background: #ffffff;
            padding: 6px 12px;
            border-radius: 20px;
            border: 1px solid #dbeafe;
            margin-left: 70px;
        }

        .timline-feature-badge::before {
            content: '';
            width: 6px;
            height: 6px;
            background: #0d9f16;
            border-radius: 50%;
            margin-right: 8px;
        }

        .timline-cta {
            text-align: center;
            margin: 80px 0 60px 0;
        }

        .timline-cta-button {
            display: inline-block;
            background: #0d9f16;
            color: #ffffff;
            padding: 15px 29px;
            border-radius:3px;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.3rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 14px rgba(115, 246, 59, 0.35);
            letter-spacing: 1px;
        }

        .timline-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(115, 246, 59, 0.35);
            background: #0d9f16;
        }

        .timline-cta-note {
            margin-top: 16px;
            font-size: 1rem;
            color: #434e5c;
            font-weight: 500;
            text-align: center;
        }

        .timline-main-cta {
            text-align: center;
            /* margin-top: 120px; */
        }

        .timline-cta-card {
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            /* border-radius: 32px; */
            padding: 80px 48px;
            /* max-width: 700px; */
            margin: 0 auto;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
            border: 1px solid #e2e8f0;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .timline-cta-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            /* background: linear-gradient(90deg, #3b82f6, #1d4ed8, #7c3aed); */
        }

        .timline-cta-card h2 {
            font-size: 2.5rem;
            font-weight: 800;
            color: #021440;
            margin-bottom: 20px;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .timline-cta-card p {
            font-size: 1.2rem;
            /* color: #64748b; */
            margin-bottom: 40px;
            line-height: 1.7;
            font-weight: 400;
            text-align: center;
        }

        .timline-main-cta-button {
            background: linear-gradient(135deg, #0061ff, #002d77);
            color: #ffffff;
            padding: 20px 46px;
            border-radius: 20px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.3rem;
            display: inline-block;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
            letter-spacing: 1px;
        }

        .timline-main-cta-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(59, 130, 246, 0.4);
            background: linear-gradient(135deg, #2563eb, #1e40af);
        }

        .timline-main-cta-note {
            margin-top: 20px;
            font-size: 1rem;
            color:#434e5c;
            font-weight: 500;
            text-align: center;
        }





 
.section-title h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    color: #021440;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    margin-top: 30px;
     }

.section-title p {
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-size: 19px;
    margin-bottom: 75px;
 }
   




        /* Who It's For Section - Profile Cards */
        .audience {
            padding: 50px 0;
            background-color: transparent;
            text-align: center;
        }
        
        .profile-cards {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .profile-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            width: 300px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
        }
        
        .profile-card:hover {
            transform: translateY(-10px);
        }
        
        .profile-header {
            /* background: linear-gradient(135deg, #2c5aa0 0%, #4CAF50 100%); */
            color: white;
            /* padding: 30px 20px; */
            text-align: center;
        }
        
          .profile-header img{
            width: 300px;
          }

        .profile-icon {
            font-size: 40px;
            margin-bottom: 15px;
        }
        
        .profile-body {
            padding: 20px;
        }
        
        .profile-body h3 {
            margin-bottom: 10px;
            /* color: #333; */
            font-size: 18px;
        }
        
        /* Feature Showcase Section - Interactive Grid */
        .feature-showcase {
            padding: 5px 0;
            background-color: #f8f9fa;
        }

         .profile-body p{
            font-size: 15px;
         }
        
        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-bottom: 3rem;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            padding: 25px;
            border-radius: 10px;
            background: #f8f9fa;
            transition: all 0.3s;
        }
        
        .feature-item:hover {
            background: #e9ecef;
            transform: translateY(-5px);
        }
        
        .feature-icon {
            font-size: 30px;
            color: #2c5aa0;
            margin-right: 20px;
            flex-shrink: 0;
        }
        .feature-icon img {
            width: 50px;
            height: 50px;
        }
        
        .feature-text h3 {
            margin-bottom: 10px;
            /* color: #333; */
            font-size: 19px;
            
        }

        .audience .bttn{
            box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
           width: 16.5rem;
            height: 4rem;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 1.3rem;
            color: #ffffff;
            background: #0d9f16;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin: auto;
            margin-top: 50px;
            border-radius: 5px;
            gap: 7px;
            border: none;
            letter-spacing: 1px;
        }

        /* .audience .bttn::after{
         content: '→';
         font-size: 1.2rem;
         transition: transform 0.3s ease;

        } */
        
        .audience .bttn:hover{
            box-shadow: none;
        }

        /* Comparison Section */
      .comparison h2{font-size: 3em;margin-bottom:2%;}
        .comparison {
            padding: 55px 0;
            background:linear-gradient(135deg, #e4eeff9e 50%, #cedfffa8 100%);
            text-align: center;
            /* max-width: 1170px; */
            /* margin:25px auto; */
            border-top: 1px solid #c4c4c4;
        }
        
          .comparison p {
           line-height: 1.7;
    font-size: 18px;
    /* color: #666; */
    text-align: center;
    max-width: 65%;
    margin: auto;
    margin-bottom: 41px;
        }

        .comparison .section-title{
                padding-top: 10px;
        }

      

        .comparison span{
            font-weight: 600;
            /* color: #0065f2; */
            font-size: 18px;
            /* font-family: "ErasDemiITC"; */
        }

        .comparison .compare-bttn{
            display: flex;
            gap: 1%;
            justify-content: center;
        }
        
            .comparison-link {
            display: inline-block;
            color: #fdfeff;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.3rem;
            /* border-bottom: 2px solid #0065f2; */
            background: #0047bb;
            padding-bottom: 3px;
            transition: all 0.3s;
            padding: 13px 29px;
            border-radius: 3px;
             box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
        }
        
        .comparison-link:hover {
            color: #ffffff;
            box-shadow: none;
            /* border-color: #1e3d6f; */
        }

        .signUp{
            display: inline-flex;
            color: #0047bb;
            text-decoration: none;
            font-weight: 500;
            font-size: 1.3rem;
            /* border-bottom: 2px solid #0065f2; */
            background: transparent;
            padding-bottom: 3px;
            /* transition: all 0.3s; */
            padding: 11px 15px;
            border-radius: 3px;
             /* box-shadow: 0 10px 15px rgb(0 0 0 / 15%); */
             border: 2px solid #0047bb;
             transition: all 0.3s ease;
             gap: 8px;
             align-items: center;
        }
        
/* 
      .signUp::after {
        content: '→';
        font-size: 1.2rem;
        transition: transform 0.3s ease;
        } */

        .signUp:hover{
            gap: 13px;
        }


        /* Final CTA Section */
        .final-cta {
            padding: 80px 0;
            background: linear-gradient(135deg, #4CAF50 0%, #2c5aa0 100%);
            color: white;
            text-align: center;
        }
        
        .final-cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }
        
        .final-cta p {
            font-size: 18px;
            max-width: 600px;
            margin: 0 auto 30px;
        }
        
      


       
.cta-section {
    position: relative;
    /* max-width: 1170px; */
    margin: 2rem auto;
    /* background-color: #002d77; */
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    z-index: 2;
  }

.signup-band-container {
    /* background-color: #002d77; */
    color: #fff;
    padding: 5rem 0;
    /* border-radius: 14px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px;
    margin: auto;
    gap: 2rem;
}

.upg{
     text-align: start;
}

.upg p{
    color: #201d1d;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.4;
    padding-right: 6rem;

}

.signup-band-container h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.5rem;
    /* text-align: center; */
    color: #0047bb;
}

.signupnow-button a {
    background-color: transparent;
    color: #000000;
    display: block;
    width: 23rem;
    line-height: 5.5rem;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    font-size: 21px;
    /* border: 3px solid rgb(255 224 34); */
    border-radius: 999px;
    gap: 8px;
    font-weight: 600;
    letter-spacing: 0.7px;
    background: #f2b500;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 15px;
}

.signupnow-button a:hover {
    background-color: #efbd53;
    gap: 5px;
    box-shadow: none;
}



@media screen and (max-width: 1100px) {

        .cta-section {
        max-width: 90%;
    }
    .signup-band-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 90%;
        margin: auto;
    }

    .signup-band-container h2 {
        margin-bottom: 1rem;
    }
}


@media(max-width:960px){
     H2 span{
            font-size: 2.3rem;
           }

    .section-title h2 {
        font-size: 2.3rem;
    }
    .section-title p {
        font-size: 1.2rem;
    }

    .button{
        font-size: 18px;
    }

}


        
        /* Responsive Design */
        @media (max-width: 768px) {
            
          .timline-header{
                margin-bottom: 60px;
            }
          .timline-header h2 {
                font-size: 2.3rem;
            }

            .timline-item {
                flex-direction: column !important;
                text-align: center;
            }

            .timline-item:nth-child(even) {
                flex-direction: column !important;
            }

            .timline-feature-card {
                width: 100%;
                /* margin-top: 40px; */
            }

            .timline-line {
                /* display: none; */
                left:5%;
            }

            .timline-dot {
                position: absolute;
                left: auto;
                transform: none;
                margin-bottom: 20px;
                left: 3%;
                top: 5%;
            }

            .timline-container {
                padding: 0px 15px;
            }

            .timline-cta-card {
                padding: 40px 30px;
            }
           

            .section-title h2 {
                font-size: 2.3rem;
            }
            
             H2 span{
              font-size: 2.3rem;
             }

            
            .feature-grid {
                grid-template-columns: 1fr;
             }
             .signUp{
                font-size: 18px;
             }
        }



 @media(max-width:550px){
     H2 span{
      font-size: 2rem;
      }

    .section-title h2 {
        font-size: 2rem;
    }
    .section-title p {
        font-size: 1.2rem;
    }

    .button{
        font-size: 16px;
        padding: 12px 20px;
    }
     

    .timline-feature-icon{
        height: 50px;
        width: 50px;
    }


    .timline-header h2 {
       font-size: 2rem;
     }
 
     .timline-feature-card h3{
        font-size: 18px;
     }
       .timline-header p{
        font-size: 1.2rem;
    }

    .timline-feature-card p{
        margin-top: 0;
        line-height: 1.2;
    }

    .timline-cta-button{
        font-size: 16px;
        padding: 18px 32px;
    }

    .audience .bttn{
        font-size: 16px;
        width: 16rem;
        height: 4rem;
    }

    .comparison p{
        font-size: 1.1rem;
    }
    
    .comparison-link{
        font-size: 16px;
    }
    .signUp{
        font-size: 16px;
    }
 }
    


 
 @media(max-width:460px){
    .comparison .compare-bttn{
        flex-direction: column;
    }
    .comparison-link{
        margin-bottom: 5px;
        text-align: center;
        
    }

    .signUp{
        display: block;
        text-align: center;
    }
 }




     