  .header-b2b {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                    url('https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        color: white;
        padding: 120px 0;
        text-align: center;
        position: relative;
    }
    
    .header-title {
        font-size: 4rem;
        font-weight: bold;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    }
    
    .header-slogan {
        font-size: 1.8rem;
        margin-bottom: 40px;
        opacity: 0.95;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-style: italic;
    }
    
    .hero-section {
       
        padding: 20px 0;
    }
    
    .auth-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
        padding: 2rem;
    }
    
    .feature-item {
        display: flex;
        align-items: center;    display: inline-block;
       
       
    }
    
    .feature-icon {
        font-size: 2rem;
        color: #007bff;
        margin-right: 10px;
        min-width: 50px;
    }
    
    @media (max-width: 768px) {
        .header-b2b {
            background-attachment: scroll;
            padding: 80px 0;
        }
        .header-title {
            font-size: 2.8rem;
        }
        .header-slogan {
            font-size: 1.4rem;
        }
    }

    .stats-section {
    
        padding: 20px 0;
    }
    
    .stat-card {
        text-align: center;
        padding: 20px 20px;
        background: white;
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border: 1px solid #e9ecef;
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
   
    
    .stat-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }
    
    .stat-number {
        font-size: 1.5rem;
        font-weight: 900;
        color: #007bff;
        margin-bottom: 10px;
        line-height: 1;
        background: linear-gradient(45deg, #007bff, #0056b3);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    
    .stat-title {
        font-size: 1rem;
        font-weight: 600;
        color: #343a40;
        margin-bottom: 10px;
    }
    
    .stat-description {
        color: #6c757d;margin-bottom: 0px;
       
    }
    
    .stats-intro {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .stats-intro h2{margin-bottom: 10px;}

    section{padding:2rem 0rem !important;}
 
    @media (max-width: 768px) {
        .stat-number {
            font-size: 1.5rem;
        }
        
       
        
        .stats-section {
            padding: 60px 0;
        }
        
        .stat-card {
            margin-bottom: 30px;
        }
    }
    
    /* Animation on scroll */
    .stat-card.animate {
        animation: slideInUp 0.6s ease forwards;
    }
    
    @keyframes slideInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .categories-section {
        padding: 20px 0;
      
        position: relative;
    }
    
    .categories-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(0,123,255,0.05)"/></svg>');
        background-size: 30px 30px;
        pointer-events: none;
    }
    
    .categories-intro {
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    .categories-intro h2 {
        
        margin-bottom: 10px;
      
    }

    .category-card {
        
       
       
        display: block;
        text-align: center;
        
        
        transition: all 0.4s ease;

        text-decoration: none;
        color: inherit;
    }
    
    .category-card img{border-radius: 20px;}

    .category-card{}
    
  
    
    .category-icon {
        font-size: 4rem;
        color: #007bff;
        margin-bottom: 25px;
        transition: all 0.4s ease;
        display: block;
    }
    
    .category-title {
       font-size: 1rem;
        font-weight: 600;
        color: #343a40;
        margin-top: 15px;margin-bottom: 5px;
        line-height: 1.3;
    }
    
    .category-description {
        color: #6c757d;
        
        line-height: 1.5;
        margin-bottom: 10px;
        min-height: 50px;
    }
    
    .category-badge, .btn-custom {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(45deg, #007bff, #0056b3);
        color: white !important;
        padding: 8px 16px;
        border-radius: 25px !important;
        font-size: 0.85rem;
        font-weight: 600;
        margin-top: auto;
    }
    
    .category-badge i, .btn-custom i {
        margin-right: 5px !important;
        font-size: 0.8rem;
    }
    
    .categories-grid {
        position: relative;
        z-index: 2;
    }
    
    .category-card-wrapper {
        margin-bottom: 30px;
    }
    
    @media (max-width: 768px) {
        .categories-section {
            padding: 60px 0;
        }
        
        .categories-intro h2 {
            font-size: 2.2rem;
        }
        
        .category-card {
            padding: 30px 20px;
        }
        
        .category-icon {
            font-size: 3rem;
        }
        
        .category-title {
            font-size: 1.3rem;
        }
    }
    
    /* Animation classes */
    .category-card.animate {
        animation: fadeInUp 0.6s ease forwards;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Load more button */
    .load-more-categories {
        text-align: center;
        margin-top: 40px;
    }
    
    .btn-load-more {
        background: transparent;
        border: 2px solid #007bff;
        color: #007bff;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .btn-load-more:hover {
        background: #007bff;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,123,255,0.3);
    }


        .features-section {
        background: #343a40;
        color: white;
        padding: 100px 0;
        position: relative;
        overflow: hidden;
    }
    
    .features-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #343a40 0%, #495057 100%);
        z-index: 1;
    }
    
    .features-content {
        position: relative;
        z-index: 2;
    }
    
    .features-intro {
        text-align: center;
        margin-bottom: 60px;
    }
    
    .features-intro h2 {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
        color: white;
    }
    
    .features-intro p {
        font-size: 1.2rem;
        opacity: 0.9;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .feature-item {
        display: inline-flex;
        margin: 0px 20px;
        align-items: center;
        justify-content: center;
    }
     .feature-item h5{margin-bottom: 0px;}
  
    
    .feature-icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        flex-shrink: 0;
        
    }
    
    .feature-text h5 {
        font-size: 1.3rem;
        font-weight: 600;
        margin-bottom: 0px;
        color: white;
    }
    
    .feature-text p {
        margin: 0;
        opacity: 0.9;
        line-height: 1.6;
    }
    
    .features-image {
        text-align: center;
        position: relative;
    }
    
    .features-image img {
        border-radius: 20px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        max-width: 100%;
        height: auto;
    }
    
    .features-cta {
        text-align: center;
        margin-top: 50px;
    }
    
    .btn-features-cta {
        background: linear-gradient(45deg, #007bff, #0056b3);
        border: none;
        color: white;
        padding: 15px 40px;
        font-size: 1.1rem;
        font-weight: 600;
        border-radius: 50px;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
    }
    
    .btn-features-cta:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 123, 255, 0.4);
        color: white;
        text-decoration: none;
    }
    
    /* Footer Styles */
    .footer-b2b {
        background: #212529;
        color: #adb5bd;
        padding: 60px 0 30px;
    }
    
    .footer-brand h3 {
        color: white;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    
    .footer-brand p {
        margin-bottom: 30px;
        line-height: 1.6;
    }
    
    .social-links {
        display: flex;
        gap: 15px;
        margin-top: 20px;
    }
    
    .social-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: #343a40;
        color: #adb5bd;
        border-radius: 50%;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 1.2rem;
    }
    
    .social-link:hover {
        background: #007bff;
        color: white;
        transform: translateY(-3px);
        text-decoration: none;
    }
    
    .footer-section h5 {
        color: white;
        font-weight: 600;
        margin-bottom: 25px;
        font-size: 1.2rem;
    }
    
    .footer-links {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        color: #adb5bd;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .footer-links a:hover {
        color: #007bff;
    }
    
    .contact-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .contact-item i {
        width: 20px;
        color: #007bff;
        margin-right: 15px;
    }
    
    .footer-bottom {
        border-top: 1px solid #343a40;
        margin-top: 40px;
        padding-top: 30px;
        text-align: center;
        color: #6c757d;
    }
    
    @media (max-width: 768px) {
        .features-section {
            padding: 60px 0;
        }
        
        .features-intro h2 {
            font-size: 2.2rem;
        }
        
        .feature-item {
            flex-direction: column;
            text-align: center;
        }
        
        .feature-icon {
            margin-right: 0;
            margin-bottom: 20px;
        }
        
        .footer-b2b {
            padding: 40px 0 20px;
        }
        
        .social-links {
            justify-content: center;
        }
    }



      .trust-indicator {
    white-space: nowrap;
    min-width: fit-content;
    padding: 0.5rem 1rem;display: inline-block;
}

.trust-indicator i {
    font-size: 1.1rem;
    min-width: 20px;
}

/* Responsive per mobile */
@media (max-width: 768px) {
    .trust-indicator {
        flex-basis: 50%;
        justify-content: center;
        margin-bottom: 0.5rem;
    }
}



