.feature-icon {
            width: 50px;
            height: 50px;
            flex-shrink: 0;
        }
        
        .feature-title {
            color: #2f3493;
            font-weight: 600;
            font-size: 1.2rem;
            text-transform: uppercase;
            margin-bottom: 0.5rem;
        }
        
        .feature-description {
            color: #2f3493;
            font-size: 1.1rem;
            line-height: 1.6;
            margin: 0;
            font-weight: 500;
        }
        
        .feature-item {
            padding: 1.5rem 0;
            border-bottom: 1px solid #3179bd;
        }
        
        .feature-item:last-child {
            border-bottom: none;
        }
        
        .section-title {
            color: #2f3493;
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 3rem;
        }
        
        .features-container {
            background: white;
            border-radius: 8px;
            padding: 1rem;
           
        }



.pbg1
{
background: #AFCCE8;
background: linear-gradient(60deg,rgba(175, 204, 232, 1) 0%, rgba(170, 209, 235, 1) 35%, rgba(187, 193, 226, 1) 58%);

}

.advantages-section {
            padding: 7rem 0;
            padding-bottom: 63px!important;
        }
        
        .section-title {
            color: #2f3493;
            font-weight: 700;
            font-size: 3rem;
            margin-bottom: 4rem;
        }
        
        .advantage-item {
            margin-bottom: 3rem;
        }
        
        .advantage-number {
            color: #a42960;
            font-weight: 600;
            font-size: 3rem;
            line-height: 2;
            margin-bottom: 0rem;
         
        }
        
        .advantage-title {
            color: #2f3493;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.5rem;
        }
        
        .advantage-description {
            color: #2f3493;
            font-size: 1rem;
            line-height: 1.6;
            margin: 0;
        }
        


        @media (max-width: 991px) {
            .section-title {
                font-size: 2.5rem;
                margin-bottom: 3rem;
            }
            
            .advantage-number {
                font-size: 3rem;
            }
            
            .advantage-item {
                margin-bottom: 2.5rem;
            }
        }
        
        @media (max-width: 575px) {
            .section-title {
                font-size: 2rem;
            }
        }




.how-to-use-section {
            padding: 4rem 0;
        }
        
        .section-title {
            color: #2f3493;
            font-weight: 600;
            font-size: 3rem;
            margin-bottom: 3rem;
        }
        
        .step-item {
            margin-bottom: 2.5rem;
        }
        
        .step-number {
            color: #a42960;
            font-weight: 600;
            font-size: 3.5rem;
            line-height: 1;
            min-width: 100px;
            flex-shrink: 0;
        }
        
        .step-description {
            color: #2f3493;
            font-weight: 600;
            font-size: 1.1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin: 0;
            padding-top: 0.5rem;
        }
        
        @media (max-width: 991px) {
            .section-title {
                font-size: 2.5rem;
                margin-bottom: 2.5rem;
            }
            
            .step-number {
                font-size: 3rem;
                min-width: 80px;
            }
            
            .step-description {
                font-size: 1rem;
            }
            
            .step-item {
                margin-bottom: 2rem;
            }
        }
        
        @media (max-width: 575px) {
            .section-title {
                font-size: 2rem;
            }
            
            .step-number {
                font-size: 2.5rem;
                min-width: 70px;
            }
            
            .step-description {
                font-size: 0.95rem;
            }
        }


