.section-heading {
            margin-bottom: 40px;
        }

        .section-heading h2 {
            font-size: 2.5rem;
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .text-orange {
            color: #ff6b35;
        }

        .mb-20 {
            margin-bottom: 20px;
        }

        .sponsor-card {
            background: white;
            border-radius: 15px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e9ecef;
        }

        .sponsor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }

        .sponsor-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: white;
            font-weight: bold;
        }

        .sponsor-icon.blue {
            background: linear-gradient(135deg, #007bff, #0056b3);
        }

        .sponsor-card h4 {
            font-size: 1.3rem;
            color: #2c3e50;
            margin-bottom: 15px;
            line-height: 1.4;
            font-weight: 600;
        }

        .sponsor-card p {
            color: #6c757d;
            font-size: 0.95rem;
            margin-bottom: 25px;
            line-height: 1.6;
        }

        .view-more-btn {
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            color: white;
            border: none;
            padding: 10px 25px;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .view-more-btn:hover {
            background: linear-gradient(135deg, #e55a2b, #e67a32);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
        }

        .hindi-seminar-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #495057;
            text-align: justify;
        }

        @media (max-width: 768px) {
            .section-heading h2 {
                font-size: 2rem;
            }

            .sponsor-card {
                padding: 30px 20px;
                margin-bottom: 20px;
            }

            .sponsor-icon {
                width: 60px;
                height: 60px;
                font-size: 1.5rem;
            }

            .sponsor-card h4 {
                font-size: 1.2rem;
            }
        }

        @media (max-width: 576px) {
            .section-heading h2 {
                font-size: 1.8rem;
            }
        }

        /* Placeholder logo styles when actual logos are not available */
        .logo-placeholder {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #ff6b35, #ff8c42);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: white;
            font-weight: bold;
        }
        .logo-placeholder.blue {
            background: linear-gradient(135deg, #007bff, #0056b3);
        }
        .logo-placeholder.green {
            background: linear-gradient(135deg, #28a745, #20c997);
        }
        /* #Canara {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        } */
         #Canara {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
       #nif, #vishwambi {
            width: 60px;
            height: 60px;
        }
         #narakas {
            width: 60px;
            height: 60px;
         }