@charset "utf-8";
/* CSS Document */
.math-seminar-header {
            background: linear-gradient(135deg, #002749 0%, #003d6b 100%);
            color: white;
            padding: 2rem;
            text-align: center;
        }

        .math-seminar-header-content {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }

        .logo-section {
            flex-shrink: 0;
        }

        .college-logo {
            width: 90px;
            height: auto;
            border-radius: 50%;
            border: 4px solid white;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        .title-section {
            flex: 1;
            min-width: 300px;
        }

        .math-seminar-header h1 {
            font-size: 2.1rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
			color:#FFF !important;
        }

        .math-seminar-header h2 {
            font-size: 1.2rem;
            font-weight: 300;
            margin-bottom: 0.5rem;
			color:#CCC !important;
        }

        .event-details {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 1rem;
            flex-wrap: wrap;
        }

        .event-detail {
            background: rgba(255,255,255,0.2);
            padding: 0.5rem 1rem;
            border-radius: 20px;
            backdrop-filter: blur(10px);
			font-size:16px;
        }

        .jubilee-badge {
            background: linear-gradient(45deg, #FFD700, #FFA500);
            color: #333;
            padding: 0.5rem 1rem;
            border-radius: 25px;
            font-weight: bold;
            margin-top: 1rem;
            display: inline-block;
			font-size:16px;
        }

        .main-content {
            padding: 2rem;
        }

        .section {
            margin-bottom: 3rem;
        }

        .section h3 {
            color: #667eea;
            font-size: 1.8rem;
            margin-bottom: 1rem;
            border-bottom: 3px solid #667eea;
            padding-bottom: 0.5rem;
        }

        .about-seminar {
            background: linear-gradient(135deg, #ffeaa7, #fab1a0);
            padding: 2rem;
            border-radius: 15px;
            margin: 2rem 0;
        }

        .speakers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }

        .distinguished-section {
            background: #f8f9fa;
            border: 2px solid #2c3e50;
            padding: 2rem;
            margin: 2rem 0;
            border-radius: 8px;
        }

        .distinguished-section h3 {
            color: #2c3e50;
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: 1.5rem;
            border-bottom: 2px solid #2c3e50;
            padding-bottom: 0.5rem;
        }

        .chief-guest-section {
            background: #ffffff;
            border: 1px solid #2c3e50;
            padding: 1.5rem;
            margin-bottom: 2rem;
            text-align: center;
            border-radius: 5px;
        }

        .chief-guest-section h4 {
            font-size: 1.3rem;
            margin-bottom: 0.5rem;
            color: #2c3e50;
            font-weight: bold;
        }

        .chief-guest-section .guest-name {
            font-size: 1.4rem;
            font-weight: bold;
            color: #2c3e50;
            margin: 0.5rem 0;
        }

        .chief-guest-section .guest-title {
            font-size: 1rem;
            color: #666;
            font-style: italic;
            margin-bottom: 0.5rem;
        }

        .leadership-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1rem;
            margin: 1.5rem 0;
        }

        .leader-card {
            background: #ffffff;
            border: 1px solid #2c3e50;
            padding: 1rem;
            text-align: center;
            border-radius: 5px;
        }

        .leader-card h4 {
            color: #2c3e50;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
            border-bottom: 1px solid #ddd;
            padding-bottom: 0.3rem;
        }

        .leader-card .leader-name {
            font-size: 1.2rem;
            font-weight: bold;
            margin: 0.5rem 0;
            color: #2c3e50;
        }

        .leader-card .leader-position {
            font-size: 0.9rem;
            color: #666;
            font-style: italic;
        }

        .speakers-introduction {
            text-align: center;
            margin: 1rem 0;
            font-size: 1rem;
            color: #2c3e50;
            background: #f1f2f6;
            padding: 1rem;
            border-radius: 5px;
            border-left: 4px solid #2c3e50;
        }

        .speakers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }

        .speaker-card {
            background: #ffffff;
            border: 1px solid #2c3e50;
            color: #2c3e50;
            padding: 1rem;
            border-radius: 5px;
            text-align: center;
            transition: all 0.2s ease;
        }

        .speaker-card:hover {
            box-shadow: 0 4px 8px rgba(44,62,80,0.2);
            transform: translateY(-2px);
        }

        .speaker-card img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 0.8rem;
            border: 2px solid #2c3e50;
        }

        .speaker-card h4 {
            font-size: 1.0rem;
            margin-bottom: 0.3rem;
            font-weight: bold;
            color: #2c3e50;
        }

        .speaker-card .institution {
            font-size: 0.85rem;
            font-weight: 600;
            color: #666;
            margin-bottom: 0.3rem;
        }

        .speaker-card .expertise {
            font-size: 0.8rem;
            color: #888;
            font-style: italic;
        }

        .organizer-photo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 1rem;
            border: 3px solid #667eea;
        }

        .important-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }

        .info-card {
            background: white;
            padding: 1rem;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            border-left: 5px solid #667eea;
        }

        .info-card h4 {
            color: #667eea;
            font-size: 1.4rem;
            margin-bottom: 1rem;
        }

        .info-card ul {
            list-style: none;
        }

        .info-card ul li {
            padding: 0.3rem 0;
            padding-left: 1rem;
            position: relative;
			color:#FFF !important;
        }

        .info-card ul li:before {
            content: "▶";
            color: #667eea;
            position: absolute;
            left: 0;
        }
		
		.info-card p {
			text-align:left !important;
		}

        .dates-card {
            background: linear-gradient(135deg, #002749, #205888);
            color: white;
        }

        .dates-card h4 {
            color: white;
        }

        .registration-highlight {
            background: linear-gradient(135deg, #00b894, #00cec9);
            color: white;
            padding: 2rem;
            border-radius: 15px;
            text-align: center;
            margin: 2rem 0;
        }

        .registration-highlight h3 {
            color: white;
            border-bottom: 3px solid white;
            font-size: 2rem;
        }

        .registration-highlight .free-badge {
            background: rgba(255,255,255,0.2);
            padding: 1rem 2rem;
            border-radius: 30px;
            display: inline-block;
            margin: 1rem 0;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .contact-section {
            background: linear-gradient(135deg, #636e72, #2d3436);
            color: white;
            padding: 2rem;
            border-radius: 15px;
        }

        .contact-section h3 {
            color: white;
            border-bottom: 3px solid white;
        }

        .contact-details {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 2rem;
            margin-top: 1rem;
        }

        .contact-item {
            text-align: center;
        }

        .contact-item strong {
            display: block;
            margin-bottom: 0.5rem;
            color: #74b9ff;
			font-size:20px;
        }
		
		.contact-item p {
			color:#FFF !important;
		}

        .advisory-committee {
            background: linear-gradient(135deg, #a29bfe, #6c5ce7);
            color: white;
            padding: 2rem;
            border-radius: 15px;
            margin: 2rem 0;
        }

        .advisory-committee h4 {
            color: white;
            margin-bottom: 1rem;
        }

        .committee-list {
            list-style: none;
        }

        .committee-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid rgba(255,255,255,0.2);
        }

        .about-sections {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }

        .about-card {
            background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
            padding: 2rem;
            border-radius: 15px;
        }

        .about-card h4 {
            color: #2d3436;
            margin-bottom: 1rem;
            font-size: 1.4rem;
        }

        .action-section {
            background: #f8f9fa;
            border: 2px solid #2c3e50;
            padding: 2rem;
            border-radius: 8px;
            text-align: center;
            margin: 2rem 0;
        }

        .action-section h3 {
            color: #2c3e50;
            border-bottom: 2px solid #2c3e50;
            font-size: 1.6rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
        }

        .action-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            flex-wrap: wrap;
            margin: 1.5rem 0;
        }

        .download-button, .register-button {
            background: #2c3e50;
            color: white;
            padding: 0.8rem 1.5rem;
            border: none;
            border-radius: 4px;
            font-size: 1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
            flex: 1;
            max-width: 250px;
            min-width: 200px;
        }

        .download-button:hover, .register-button:hover {
            background: #34495e;
            transform: translateY(-1px);
        }

        .free-badge {
            background: #2c3e50;
            color: white;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            display: inline-block;
            margin: 1rem 0;
            font-size: 1.1rem;
            font-weight: bold;
        }

        @media (max-width: 768px) {
            .math-seminar-header h1 {
                font-size: 2rem;
            }
            
            .math-seminar-header h2 {
                font-size: 1.4rem;
            }

            .math-seminar-header-content {
                flex-direction: column;
                gap: 1rem;
            }

            .college-logo {
                width: 100px;
                height: 100px;
            }

            .title-section {
                min-width: unset;
            }
            
            .event-details {
                flex-direction: column;
                gap: 1rem;
				font-size:16px;
            }
            
            .speakers-grid {
                grid-template-columns: 1fr;
            }
            
            .important-info {
                grid-template-columns: 1fr;
            }
            
            .about-sections {
                grid-template-columns: 1fr;
            }

            .action-buttons {
                flex-direction: column;
                align-items: center;
                gap: 1rem;
            }

            .download-button, .register-button {
                max-width: none;
                width: 100%;
            }
			.info-card ul li {
				float: none !important;
				display:block;
			}	
        }

