* {
     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 {
            /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
            line-height: 1.6;
            color: #333;
            background-color: #f8fafc;
        }

        .container {
            max-width: 1170px;
            margin: 0 auto;
            padding: 0 20px;
        }


 .banner-subPage {
    /* height: 70vh; */
    /* height: auto; */
    position: relative;
    background: #0065f2;
}


h1,h2,h3{
    color: #021440;
}

p{
    color: #434e5c;
}



.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;
}















        /* Business Type Sections */
        .business-section {
            padding:45px 0;
            overflow: hidden;
        }

        .business-section:nth-child(even) {
            background-color: white;
        }

        .business-content {
            display: flex;
            align-items: center;
            gap: 60px;
            min-height: 500px;
        }

        .business-content.reverse {
            flex-direction: row-reverse;
        }

        .content-side {
            flex: 1;
            padding: 40px 0;
        }

        .image-side {
            flex: 1;
            position: relative;
        }

        .business-title {
             font-family:"PublicSans-Bold" ;
            font-size: 3.1rem;
            font-weight: 800;
            /* color: rgb(33, 59, 85); */
            margin-bottom: 8px;
            line-height: 1.2;
        }

        .business-description {
            font-size: 1.29rem;
            /* color: rgb(33, 59, 85); */
            margin-bottom: 2rem;
            line-height: 1.3;
        }

        .features-list {
            list-style: none;
            margin-bottom: 2rem;
        }

        .features-list li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            font-size: 1.2rem;
            /* color: rgb(33, 59, 85); */
        }
        
         .features-list li img{
            /* height: 24px; */
            width: 22px;
            margin-right: 10px;
            margin-top: 2px;
         }


        /* .features-list li::before {
            content: "✓";
            background: #0065f2;
            color: white;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            font-weight: bold;
            font-size: 0.8rem;
        } */

        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #005ba1 0%, #0065f2 100%);
            color: white;
            padding: 15px 30px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(15, 118, 110, 0.3);
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(15, 118, 110, 0.4);
        }

        .business-image {
            width: 100%;
            height: 400px;
            border-radius: 16px;
            object-fit: cover;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .business-image:hover {
            transform: scale(1.02);
        }

        /* Why Choose Section */
        .why-choose {
            background: linear-gradient(135deg, #0f3076 0%, #086bb2 100%);
            color: white;
            padding: 80px 0;
        }

        .why-choose h2 {
            font-family:"PublicSans-Bold", sans-serif;
            color: #fff;
            text-align: center;
            font-size: 2.5rem;
            margin-bottom: 3rem;
            font-weight: 700;
        }


          .banner-subPage .lft span {
            font-size: 3rem;
            color: #ffa500;
             font-weight: bolder;
             }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 3rem;
        }

        .benefit-card {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 16px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
        }

        .benefit-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }

        .benefit-title {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        .benefit-description {
            color: #fff;
            opacity: 0.9;
            line-height: 1.6;
        }

        /* Final CTA */
        .final-cta {
            background-color: white;
            padding: 80px 0;
            text-align: center;
        }

        .final-cta h2 {
            font-size: 2.8rem;
            /* color: rgb(33, 59, 85); */
            margin-bottom: 1rem;
            font-weight: 700;
        }

        .final-cta p {
            font-size: 1.2rem;
            /* color: #64748b; */
            margin-bottom: 2rem;
            max-width: 600px;
            /* margin-left: auto; */
            /* margin-right: auto; */
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }

            .business-content,
            .business-content.reverse {
                flex-direction: column;
                gap: 40px;
            }

            .business-title {
                font-size: 2rem;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .container {
                padding: 0 15px;
            }
        }
    