
        .hero-section {
            background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://www.bajajfinservmarkets.in/content/dam/bajajmarkets/blog-assets/listing-pages/60-percent-top-banner/What-is-a-Negative-Volume-Index.webp');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 150px 0;
        }
        .section-padding {
            padding: 80px 0;
        }
        .service-card {
            transition: transform 0.3s ease;
            height: 100%;
        }
        .service-card:hover {
            transform: translateY(-10px);
        }
        .counter-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
        }
        .why-choose-icon {
            font-size: 2rem;
            color: #667eea;
            margin-bottom: 1rem;
        }
        .plan-card {
            border: 2px solid #e9ecef;
            transition: all 0.3s ease;
        }
        .plan-card:hover {
            border-color: #667eea;
            transform: scale(1.05);
        }
        .plan-popular {
            border-color: #667eea;
            position: relative;
            overflow: hidden;
        }
        .plan-popular::before {
            content: "Most Popular";
            position: absolute;
            top: 15px;
            right: -30px;
            background: #667eea;
            color: white;
            padding: 5px 30px;
            transform: rotate(45deg);
            font-size: 0.8rem;
        }
        .testimonial-card {
            background: #f8f9fa;
            border-left: 4px solid #667eea;
        }
        .footer-links li {
            margin-bottom: 0.5rem;
        }
        .footer-links a {
            text-decoration: none;
            color: #6c757d;
            transition: color 0.3s ease;
        }
        .footer-links a:hover {
            color: #667eea;
        }

        .service-card img{
            height:100%;
        }
