
    
        * {
            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.8rem;
         color: #0047bb;
        font-weight: bold;
        /* font-family: "PublicSans-Bold", sans-serif; */
        font-family: "PublicSans-Bold", sans-serif;
        }

.timline-header h2 span{color: #581c87;}
.inner-page-hero-content span{color: #cd97ff;}
        .container {
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 20px;
            text-align: center;
            position: relative;
        }



        /* Hero Section */
      


.inner-page-hero-badge img{
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    object-fit: cover;
}


/* .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:hover{
    box-shadow: none;
} */



.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 #b666ff;
  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: #b666ff;
}

.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%;
  }
}


.visual-why-pro .bttn{
    background: #0d9f16;
    color: #fff;
    margin: 0;
    margin-top: 25px;
}


        /* Plan Overview Section - Timeline Design */
        /* .plan-overview {
            padding: 80px 0;
            background-color: white;
        }

        .section-title {
            text-align: center;
            margin-bottom: 10px;
        }

        .section-title h2 {
            text-align: center;
            font-size: 2.8rem;
            font-weight: 800;
            color: #021440;
            margin-bottom: 15px;
            line-height: 1.2;
            letter-spacing: -0.025em;
        }

        .section-title p {
            
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
            line-height: 1.6;
            font-size: 18px;
        }

        .timeline {
            position: relative;
            max-width: 1000px;
            margin: 0 auto;
        }

        .timeline h3 {
            font-size: 19px;
            margin-bottom: 5px;
            color: #f2b500;
        }

        .timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 100px;
            width: 4px;
            background: #f2b500;
            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: #f2b500;
            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;
}

    .plan-overview .bttn{
     margin: 0;
    width: 22rem;
    height: 4rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    color:#021440;
    background: #f2b500;
    font-weight: 500;
     } */





    
  .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: linear-gradient(180deg, #581c87, #9333ea);
            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: linear-gradient(180deg, #581c87, #9333ea);
            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: linear-gradient(180deg, #581c87, #9333ea);
            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: #581c87;
            margin: 0;
            line-height: 1.3;
            margin-bottom: 4%;
        }

        .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: #581c87;
            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: linear-gradient(180deg, #581c87, #9333ea);
            border-radius: 50%;
            margin-right: 8px;
        }

        .timline-cta {
            text-align: center;
            margin: 80px 0 60px 0;
        }

        .timline-cta-button {
            display: inline-block;
            background: linear-gradient(180deg, #581c87, #9333ea);
            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 rgb(246 208 59 / 35%);
            letter-spacing: 1px;
        }

        .timline-cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 14px rgba(255, 208, 23, 0.35);
            background: linear-gradient(180deg, #581c87, #9333ea);
        }

        .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: 80px 0;
            background-color: #ffffff;
        }

        .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;
        }

      .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:linear-gradient(180deg, #581c87, #9333ea);
            font-weight: 600;
            letter-spacing: 0.5px;
            margin: auto;
            margin-top: 50px;
            border-radius: 5px;
            gap: 7px;
            border: none;
            letter-spacing: 1px;
        }

         .audience .bttn:hover{
            box-shadow: none;
        }



        /* Feature Showcase Section - Interactive Grid */
        .feature-showcase {
            padding: 80px 0;
            background-color: white;
        }

        .profile-body p {
            font-size: 15px;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .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-text h3 {
            margin-bottom: 10px;
            /* color: #333; */
            font-size: 19px;

        }

        /* 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 span{
            font-weight: 600;
            /* color: #0065f2; */
            font-size: 18px;
   
        }

.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: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;
        }


        /* Why Professional Section with Image */
        .visual-why-pro {
            padding: 4rem 0;
            background: #f8f9fa;
        }

        .why-pro-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .why-pro-text h2 {
            font-size: 3.1rem;
           font-weight: 800;
           color: #021440;
           margin-bottom: 24px;
           line-height: 1.2;
           letter-spacing: -0.025em;
               }

        .why-pro-text p {
         
            font-size: 18px;
            line-height: 1.7;
            margin-bottom: 2rem;
        }

        .pro-features {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
        }

        .pro-features span {
            background: #f1f5f9;
            padding: 11px 15px;
            border-radius: 8px;
            font-weight: 600;
            color: #0047bb;
            border-left: 3px solid #0047bb;
            font-size: 18px;
        }

        .why-pro-image {
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            border: 5px solid white;
        }

        .why-pro-image img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .why-pro-image:hover img {
            transform: scale(1.05);
        }

    
  /* Responsive Design */

 @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;
    }

} 



        @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.5rem;
           }
            .hero h1 {
                font-size: 2.5rem;
            }

            .section-title h2 {
                font-size: 2.5rem;
            }

            .feature-grid {
                grid-template-columns: 1fr;
            }


               .why-pro-wrapper {
                grid-template-columns: 1fr;
                gap: 2rem;
                text-align: center;
            }

            .why-pro-text h2 {
                font-size: 1.8rem;
            }

            .pro-features {
                grid-template-columns: 1fr;
            }

            .why-pro-image img {
                height: 250px;
            }
        }
    

 @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-header p{
        font-size: 1.2rem;
    }

    .timline-feature-icon{
        height: 50px;
        width: 50px;
    }


    .timline-header h2 {
       font-size: 2rem;
     }
 
     .timline-feature-card h3{
        font-size: 18px;
     }


    .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.2rem;
    }
    .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;
    }
 }