17th Annual Conference of Indian Association of Medical Microbiologists
TRAININGS Upcoming Trainings .training-announcement { background: #cab2fc; color: #333; padding: 12px 18px; font-size: 16px; text-align: center; font-weight: 500; border-radius: 6px; line-height: 1.4; } .training-announcement a { color: #5a2ea6; font-weight: 600; text-decoration: none; } .training-announcement a:hover { text-decoration: underline; } @media (max-width: 480px) { .training-announcement { font-size: 14px; padding: 10px 14px; } }
Click here to view the Annual Training Calendar 2026
.training-section { padding: 0 0 40px 0; margin-top: 12px; } .training-card { position: relative; border-radius: 10px; overflow: hidden; /* background: #000; REMOVED Generic background */ transition: 0.3s ease; /* Ensure stacking context for children */ z-index: 0; } /* --- NEW OVERLAY SYSTEM --- */ /* Create the colored overlay layer */ .training-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Initial opacity of the color overlay */ opacity: 0.5; transition: 0.3s ease; /* Layer sits above image, below text */ z-index: 1; /*mix-blend-mode: multiply; */ } /* Specific Color Assignements */ .card-bls::before { background: #2141a6; } .card-als::before { background: #da3042; } .card-nals::before { background: #72149e; } .card-pals::before { background: #fd9cff; } .card-vent::before { background: #EAAA00; } .card-ecg::before { background: #34a853; } .card-ipc::before { background: #00B9FF; } /* --------------------------- */ .training-card img { width: 100%; height: 220px; object-fit: cover; transition: 0.3s ease; /* Ensure image is at bottom layer */ position: relative; z-index: 0; filter: brightness(70%); } /* REMOVED old image filter hover */ .training-card:hover img { filter: brightness(30%); } /* TOP DATE + TIME BAR */ .training-meta { position: absolute; top: 10px; left: 0; right: 0; display: flex; justify-content: space-between; padding: 6px 12px; font-size: 12px; font-weight: 600; color: #fff; background: rgba(0, 0, 0, 0.45); border-radius: 6px; width: calc(100% - 20px); margin: 0 auto; backdrop-filter: blur(4px); /* Ensure sits on top of colored overlay */ z-index: 2; } .training-meta span { display: inline-block; } .training-info { position: absolute; bottom: 0; width: 100%; padding: 20px; color: #fff; /* Ensure sits on top of colored overlay */ z-index: 2; } .training-title { font-size: 18px; font-weight: 600; margin-bottom: 5px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Added slight shadow for better readability on lighter colors */ } .training-desc { font-size: 13px; opacity: 0.9; /* Increased opacity slightly */ margin-bottom: 12px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .btn-row { display: flex; gap: 10px; } .btn-register { background: #2d6cdf; color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 13px; text-decoration: none; font-weight: 600; border: none; /* Added for cleaner look */ } .btn-register:hover { background: #1b317e; color: #fff; } .btn-explore { background: rgba(51, 51, 51, 0.8); /* Made slightly transparent */ color: #fff; padding: 6px 14px; border-radius: 6px; font-size: 13px; text-decoration: none; font-weight: 500; backdrop-filter: blur(2px); /* Added blur for better blend */ } .btn-explore:hover { background: #000; color: #fff; } @media (max-width:768px) { .training-card img { height: 180px; } } @media (max-width:768px) { .training-title { font-size: 15px; font-weight: 600; margin-bottom: 5px; } .training-desc { font-size: 10px; opacity: 0.9; margin-bottom: 12px; } } Next: Jun 20, 2026 Half Day Basic Life Support (BLS) Hands-on CPR, AED usage, and emergency response basics. Register Explore Next: Jun 20 & 21, 2026 2 Days Advanced Cardiac Life Support (ACLS) Advanced emergency care, airway management, and resuscitation skills. Register Explore Next: Aug 23, 2026 1 Day Neonatal Advanced Life Support (NALS) Neonatal resuscitation, assessment, stabilisation techniques. Register Explore Next: Oct 10 & 11, 2026 2 Days Pediatric Advanced Life Support (PALS) Emergency care for infants & children in critical conditions. Register Explore Next: Nov 01, 2026 Full Day Ventilator Management Mastering modes, settings, and weaning strategies for critical care. Register Explore Next: Jul 12, 2026 Full Day Fundamentals of ECG Interpret cardiac rhythms, arrhythmias, and abnormalities effectively. Register Explore Next: Jun 28, 2026 Full Day Infection Prevention & Control in Hospital Setup Essential practices to prevent and manage healthcare-associated infections. Register Explore /* Premium Card Container with Gradient */ .iammcon-premium-card { background: linear-gradient(145deg, #1e3a8a 0%, #0f172a 100%); border: 1px solid rgba(45, 179, 228, 0.3); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; gap: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); height: 100%; box-sizing: border-box; position: relative; overflow: hidden; } /* Subtle background accent wave */ .iammcon-premium-card::before { content: ''; position: absolute; top: 0; right: 0; width: 150px; height: 150px; background: radial-gradient(circle, rgba(45,179,228,0.15) 0%, rgba(255,255,255,0) 70%); border-radius: 50%; transform: translate(30%, -30%); pointer-events: none; } .iammcon-premium-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(30, 58, 138, 0.4); border-color: rgba(45, 179, 228, 0.6); } /* Tags Styling */ .iammcon-tags { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; } .iammcon-tag { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 30px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; } /* Red Tag */ .iammcon-tags .primary-tag { background: linear-gradient(90deg, #e11d48 0%, #be123c 100%); color: #ffffff; box-shadow: 0 4px 10px rgba(225, 29, 72, 0.3); } /* Light Blue Tag */ .iammcon-tags .secondary-tag { background-color: rgba(255, 255, 255, 0.1); color: #bae6fd; border: 1px solid rgba(255, 255, 255, 0.2); } /* Pulsing dot */ .iammcon-tag-pulse { width: 10px; height: 10px; background-color: #2db3e4; border-radius: 50%; box-shadow: 0 0 0 0 rgba(45, 179, 228, 0.7); animation: pulse-animation 2s infinite; } @keyframes pulse-animation { 0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(45, 179, 228, 0.7); } 70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(45, 179, 228, 0); } 100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(45, 179, 228, 0); } } /* Main Content Typography */ .iammcon-content { flex-grow: 1; display: flex; flex-direction: column; gap: 12px; z-index: 1; } .iammcon-chapter { color: #2db3e4; font-size: 1rem; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 1.5px; } .iammcon-title { color: #ffffff; font-size: 1.4rem; line-height: 1.4; font-weight: 800; margin: 0; } .iammcon-venue { display: flex; align-items: center; gap: 8px; color: #e2e8f0; font-size: 0.95rem; font-weight: 500; } .iammcon-desc { color: #94a3b8; font-size: 0.95rem; line-height: 1.6; margin: 8px 0 0 0; } /* Button Section */ .iammcon-action { margin-top: auto; z-index: 1; display: flex; flex-direction: column; gap: 12px; } /* Common Button Style */ .iammcon-btn { display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; padding: 14px 24px; border-radius: 8px; font-weight: 700; font-size: 1rem; transition: all 0.3s ease; width: 100%; box-sizing: border-box; } /* Register Button */ .iammcon-btn-register { background: linear-gradient(90deg, #2db3e4 0%, #0284c7 100%); color: #ffffff; box-shadow: 0 6px 15px rgba(45, 179, 228, 0.3); } .iammcon-btn-register:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(45, 179, 228, 0.45); color: white; } /* Download Button */ .iammcon-btn-download { background-color: #ffffff; color: #1e3a8a; } .iammcon-btn-download:hover { background-color:#077ca8; color: #ffffff; box-shadow: 0 6px 15px rgba(45, 179, 228, 0.4); } /* Responsive */ @media (max-width: 576px) { .iammcon-premium-card { padding: 20px; } .iammcon-title { font-size: 1.25rem; } }Upcoming Conference Sept 11-12, 2026
Odisha Chapter 17th Annual Conference of Indian Association of Medical MicrobiologistsIGH & JP Hospital, Rourkela
Join the IAMM Odisha family in the "Steel City" for an exceptional blend of high-calibre academics, vibrant culture, and warm hospitality.
Register Now
Download Brochure
Event Type: Event
Event Attendance Mode: OfflineEventAttendanceMode
Event Status: EventScheduled
Performer: Organization
Start Date: 2026-09-11 08:00
End Date: 2026-09-12 22:00
Availability: InStock
Availability Starts: 2026-09-11T08:00:00

