    
         @font-face {
            font-family: "Eras Light ITC";
            src: url("../fonts/ErasITC-Light.woff2") format("woff2"),
                url("../fonts/ErasITC-Light.woff") format("woff");
            font-weight: 300;
            font-style: normal;
            font-display: swap;
        }

        @font-face {
            font-family: "Eras Medium ITC";
            src: url("../fonts/ErasITC-Medium.woff2") format("woff2"),
                url("../fonts/ErasITC-Medium.woff") format("woff");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }


        @font-face {
            font-family: "ErasITC-Medium";
            src: url("../fonts/ErasITC-Medium.woff");
        }


        @font-face {
            font-family: "Inter_18pt-Regular";
            src: url(../fonts/Inter/static/Inter_18pt-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Regular";
            src: url(../fonts/Public_Sans/static/PublicSans-Regular.ttf);
        }

        @font-face {
            font-family: "PublicSans-Bold";
            src: url(../fonts/Public_Sans/static/PublicSans-Bold.ttf);
        }


        @font-face {
            font-family: "ErasDemiITC";
            src: url(../fonts/ErasDemiITC.ttf);
        }




        H2 span {
            color: #0047bb;
            font-weight: bold;
            font-family: "PublicSans-Bold", sans-serif;
        }

        h2 {
            /* text-align: center; */
            font-size: 2.5rem;
            line-height: 1.2em;
            color: #021440;
            font-family: "PublicSans-Bold", sans-serif;
            /* margin-bottom: 90px; */
        }

        h3 {
            text-align: left;
            font-size: 17px;
            line-height: 25px;
             color: #021440;
            font-family: "PublicSans-Bold", sans-serif;
        }

        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;
            border-radius: 3px;
            background: #f2b500;
            color: #0e0d0d;
            display: flex;
            align-items: center;
            padding: 0.575rem 1.9rem;
        }

/* features */

      .feature-section {
            padding: 80px 0;
            background: radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
        }

       .feature-section .section-title {
            display: flex;
            gap: 40px   ;
        }

        .feature-section .section-title span{
            color: #0047bb;
             font-family: "PublicSans-Bold", sans-serif;
        }
        
        .section-title h2 {
            flex: 1;
            margin-bottom: 15px;
            letter-spacing: -0.038rem;
        }

        .section-title p {
            flex: 1;
            font-size: 1.5rem;
            max-width: 700px;
            /* margin: 0 auto; */
            padding-top: 12px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
        }

        .feature-card {
            background: #f8faff;
            border-radius: 12px;
            padding: 20px;
            transition: transform 0.3s, box-shadow 0.3s;
            border: 1px solid #e4f2ff;
        }

        .feature-card:hover {
          border: 1px solid #c9e3ff;
          box-shadow: 0 5px 15px rgb(216 233 255 / 50%);
          background: #ffffff;
        }

        .feature-icon {
            width: 50px;
            height: 50px;
            background:#e3f1ff;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 12px;
            color: white;
            font-size: 1.8rem;
        }

        .feature-icon img {
            width: 40px;
            height: 40px;
        }

        .feature-card h3 {
            font-size: 1.3rem;
            margin-bottom: 10px;
        }

        .feature-card p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }

       /* why choose*/
       .benefits {
            background: radial-gradient(ellipse at top, #f0f8ff 0%, #ffffff 70%);
            padding: 80px 0;
        }

        .benefits-container {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            align-items: center;
        }

        .section-title{
            padding-bottom: 40px;
        }
        
         .section-title span {
            font-family: "ErasDemiITC";
         }
          
        .benefits-content {
            flex: 1;
            min-width: 300px;
        }

        .benefits-image {
            flex: 1;
            min-width: 300px;
            background: url("../images/preview.webp");
            border-radius: 12px;
            height: 400px;
            background-size: cover;
            background-position: center;
            
        }

        .benefit-item {
            display: flex;
            margin-bottom: 17px;
        }

        .benefit-item p{
            font-size: 16px;
            color: #434e5c;
            line-height: 1.6;
        }
        .benefit-icon {
            width: 45px;
            height: 45px;
            background: #1e40af;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .benefit-text h4 {
            font-size: 1.5rem;
            margin-bottom: 8px;
            /* color: var(--primary-dark); */
            font-family: "PublicSans-Bold";
            color: #021440;
        }
    
          .bbp-btn {
            margin-top: 50px;
            text-align: center;
        }
        .bbp-btn a {
            display: inline-block;
            padding: 18px 60px;
            background: #0047bb;
            color: #fff;
            font-size: 1.3rem;
            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;
        }




.wholesale-problems{
    padding-top: 70px;
    background:#dadbdf;
    /* border-radius:16px; */
    position:relative;
    overflow: hidden;
}

.wholesale-problems::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: linear-gradient(45deg, rgba(59, 130, 246, 0.1), rgba(147, 197, 253, 0.05));
    border-radius: 50%;
    z-index: 0;
}

.wholesale-problems::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(30, 64, 175, 0.08), rgba(59, 130, 246, 0.03));
    border-radius: 50%;
    z-index: 0;
}
.wholesale-problems h2{
    text-align:left;
    /* margin-bottom:40px; */
    color:#021440;
    font-weight:600;
}

.wholesale-problems span{
    font-family:"ErasDemiITC";
}

.wholesale-section{
    display:flex;
    gap:40px;
    align-items:center;
    justify-content:space-between;
   
}


.timeline{
    flex: 1;
    border-left:3px solid #1e21e9;
    padding-left:30px;
    display:flex;
    flex-direction:column;
    gap:35px;
}

.line-item h4{
    margin:0;
    font-size:20px;
    font-weight:600;
    color:#021440;
}

.line-item p{
    margin:6px 0 0;
    font-size:17px;
    line-height:1.45;
    /* color:#3f4259; */
}

.wholesale-rgt{
    flex: 1;
   background: url("../images/inner-pages/wholsel.webp")no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 540px;
    width: 100%;
}







        @media (max-width: 768px) {
            H2 span{
                font-size: 2.3rem;
            }
            .feature-section .section-title {
                flex-direction: column;
                gap: 0px;
                font-size: 2.3rem;
            }
            .section-title h2{
                font-size: 2.3rem;
            }
             .section-title p{
                font-size: 1.2rem;
            }
          
            .feature-section .section-title span{
                font-size: 2.3rem;
            }

            
            .benefits-container{
                flex-direction: column;
            }
            .benefits-image {
                width: 100%;
                /* height: 300px; */
                flex: auto;
            }

            .wholesale-problems h2{
                font-size: 2.3rem;
                text-align: left;
                margin-bottom: 30px;
            }

            .wholesale-rgt{
                display: none;
            }
            
            .wholesale-problems{
                padding-bottom: 60px;
            }
            .line-item p{
                font-size: 16px;
            }
           
        }

        @media (max-width: 480px) {
            H2 span{
                font-size: 2rem;
            }
            .section-title h2{
                font-size: 2rem;
            }
            .section-title p{
                font-size: 15px;
            }
            .feature-card p{
                font-size: 1rem;   
            }
             .feature-section .section-title span{
                font-size: 2rem;
            }

            .features-grid {
               display: grid;
               grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
              gap: 30px;
             }
            .feature-section .section-title {
                font-size: 2rem;
            }
            .section-title h2{
                font-size: 2rem;
               
            }
            .benefit-text h4 {
                font-size: 1.3rem;
            }
            .benefit-item p{
                font-size: 1rem;
            }
           
            .line-item p{
                font-size: 1rem;
            }
            .benefit-icon{
                width: 40px;
                height: 40px;
                margin-right: 15px;
            }

            .feature-section .section-title span{
                font-size: 2rem;
            }
        
             .wholesale-problems h2{
                font-size: 2rem;
                text-align: left;
                margin-bottom: 30px;
             }

        }
