*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.container{margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn-primary{background-color:#1e40af;color:#fff}.btn-primary:hover{background-color:#1e3a8a;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:#1e40af;border:2px solid #1e40af}.btn-secondary:hover{background-color:#1e40af;color:#fff}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.25rem;text-align:center;color:#6b7280;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px)}@media (max-width: 768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}}.header{background:#fff;box-shadow:0 4px 6px -1px #0000001a;position:fixed;width:100%;top:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:12px}.logo img{height:48px;width:48px;border-radius:50%}.logo-text h1{font-size:1.5rem;font-weight:700;color:#1e40af}.logo-text p{font-size:.875rem;color:#000}.nav{display:flex;gap:2rem}.nav a{color:#000;text-decoration:none;font-weight:700;transition:color .3s ease;font-size:17px}.nav a:hover{color:red}.header-actions{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;color:#374151;cursor:pointer}.mobile-nav{display:none;flex-direction:column;gap:1rem;padding:1rem 0}.mobile-nav a{color:#374151;text-decoration:none;font-weight:500;padding:.5rem 0}.mobile-nav.active{display:flex}@media (max-width: 768px){.nav,.header-actions{display:none}.mobile-menu-btn{display:block}}.container1{margin:0 auto;padding:0 20px}.hero{position:relative;padding:120px 0 80px;text-align:center;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-carousel{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out;filter:brightness(.7)}.carousel-slide.active{opacity:1}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0009,#0006,#0009);z-index:1}.container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 20px}.text-container{background:#0006;padding:2rem;border-radius:12px;margin:0 auto 2rem;max-width:900px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 8px 32px #0003}.hero-logo{margin-bottom:1.5rem}.hero-logo img{height:180px;width:180px;border-radius:50%;box-shadow:0 10px 25px #0006;border:4px solid white;object-fit:cover}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 6px rgba(0,0,0,.8);line-height:1.2}.hero-title .highlight{color:gold;font-weight:800;position:relative;display:inline-block}.hero-title .highlight:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;transform:scaleX(.9);transform-origin:center}.hero-subtitle{font-size:1.45rem;color:#fffffff2;margin-bottom:0;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;text-shadow:0 1px 3px rgba(0,0,0,.6);font-weight:500;margin-bottom:2rem}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:3rem}.btn{padding:14px 32px;border-radius:50px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none;min-width:220px;letter-spacing:.5px}.btn-primary{background:#1e40af;color:#fff;box-shadow:0 4px 15px #0000004d;border:2px solid rgba(255,255,255,.2)}.btn-primary:hover{background:#1e40af;transform:translateY(-3px);box-shadow:0 6px 20px #0006}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#ffffff26;transform:translateY(-3px)}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:4rem}.feature-card{background:#fffffff2;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 8px 25px #00000026;transition:all .4s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px}.feature-icon{width:56px;height:56px;color:#f30d0d;margin:0 auto 1.5rem;padding:10px}.feature-card h3{font-size:1.35rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-card p{color:#4b5563;line-height:1.6;font-size:1rem}.carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.carousel-indicator{width:14px;height:14px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:#fff;transform:scale(1.3)}@media (min-width: 640px){.hero-actions{flex-direction:row;justify-content:center}}@media (max-width: 768px){.hero{padding:100px 0 60px}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem;padding:0 10px}.hero-logo img{height:140px;width:140px}.text-container{padding:1.5rem}.feature-card{padding:1.5rem 1rem}}@media (max-width: 480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:1rem}.btn{padding:12px 24px;font-size:1rem;min-width:180px}.hero-features{grid-template-columns:1fr}}.about{background:#fff}.vision-mission{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-bottom:4rem}.vision-card{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #dc26264d;transition:all .3s ease}.vision-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #dc262666}.mission-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #10b9814d;transition:all .3s ease}.mission-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #10b98166}.card-header{display:flex;align-items:center;margin-bottom:1.5rem}.card-icon{width:32px;height:32px;color:#ffffffe6;margin-right:12px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.card-header h3{font-size:1.5rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.vision-text{font-size:1.125rem;line-height:1.7;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.1)}.mission-list{list-style:none}.mission-list li{margin-bottom:.75rem;padding-left:1rem;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.1)}.mission-list li:before{content:"✓";color:#ffffffe6;font-weight:700;position:absolute;left:0;font-size:1.2rem}.objectives-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.objectives-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem;background:#1f2937;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.objectives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.objective-item{display:flex;align-items:flex-start;gap:12px;padding:1rem;background:linear-gradient(135deg,#fef7f0,#f0fdf4);border-radius:8px;transition:all .3s ease;border:1px solid transparent}.objective-item:hover{background:linear-gradient(135deg,#fff7ed,#ecfdf5);border-color:#ff6b35;transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3526}.objective-icon{width:24px;height:24px;color:#000;margin-top:2px;flex-shrink:0}.objective-text{color:#1f2937;font-weight:500}.aarambh-section{margin-top:4rem;background:#1e40af;color:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #ff6b354d;transition:all .3s ease}.aarambh-section:hover{transform:translateY(-5px);box-shadow:0 20px 40px #ff6b3566}.aarambh-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.aarambh-section p{font-size:1.125rem;line-height:1.7;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media (max-width: 768px){.vision-mission,.objectives-grid{grid-template-columns:1fr}}.governing-body{background:linear-gradient(135deg,#d9ffe5,#fef7f0)}.positions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.position-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;text-align:center;transition:all .3s ease;border:2px solid transparent}.position-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px)}.position-icon-wrapper{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s ease}.chairman .position-icon-wrapper{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 8px 25px #dc26264d}.chairman:hover{border-color:#dc2626}.chairman:hover .position-icon-wrapper{transform:scale(1.1);box-shadow:0 12px 30px #dc262666}.vice-chairman .position-icon-wrapper{background:linear-gradient(135deg,#ff6b35,#f7931e);box-shadow:0 8px 25px #ff6b354d}.vice-chairman:hover{border-color:#ff6b35}.vice-chairman:hover .position-icon-wrapper{transform:scale(1.1);box-shadow:0 12px 30px #ff6b3566}.secretary .position-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b9814d}.secretary:hover{border-color:#10b981}.secretary:hover .position-icon-wrapper{transform:scale(1.1);box-shadow:0 12px 30px #10b98166}.treasurer .position-icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 8px 25px #8b5cf64d}.treasurer:hover{border-color:#8b5cf6}.treasurer:hover .position-icon-wrapper{transform:scale(1.1);box-shadow:0 12px 30px #8b5cf666}.joint-secretary .position-icon-wrapper{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 8px 25px #6b72804d}.joint-secretary:hover{border-color:#6b7280}.joint-secretary:hover .position-icon-wrapper{transform:scale(1.1);box-shadow:0 12px 30px #6b728066}.position-icon{width:32px;height:32px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.position-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.position-holder{color:#6b7280;font-size:.875rem;margin-bottom:.75rem}.view-profile-btn{color:#1e40af;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s ease;padding:.5rem 1rem;border-radius:6px;border:1px solid transparent}.view-profile-btn:hover{color:#fff;background:#1e40af;border-color:#1e40af}.divisions{background:#fff}.divisions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.division-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.division-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#dc2626,#ff6b35);transform:scaleX(0);transition:transform .3s ease}.division-card:hover:before{transform:scaleX(1)}.division-card:hover{box-shadow:0 20px 25px -5px #0000001a;border-color:#ff6b35;transform:translateY(-5px)}.division-icon-wrapper{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:all .3s ease}.industry .division-icon-wrapper{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 25px #3b82f64d}.education .division-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 25px #10b9814d}.regulatory .division-icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 8px 25px #8b5cf64d}.entrepreneurs .division-icon-wrapper{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 25px #f59e0b4d}.clinical .division-icon-wrapper{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 25px #ef44444d}.marketing .division-icon-wrapper{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 8px 25px #6366f14d}.career .division-icon-wrapper{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 8px 25px #14b8a64d}.division-card:hover .division-icon-wrapper{transform:scale(1.1) rotate(5deg)}.division-icon{width:32px;height:32px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.division-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.division-description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.learn-more-btn{color:#ff6b35;font-weight:500;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0}.learn-more-btn:hover{color:#dc2626;transform:translate(5px)}.learn-more-btn:after{transition:transform .3s ease}.learn-more-btn:hover:after{transform:translate(3px)}.publications{background:linear-gradient(135deg,#fef7f0,#f0fdf4)}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.publication-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:all .3s ease;border:2px solid transparent;position:relative}.publication-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#dc2626,#ff6b35);transform:scaleX(0);transition:transform .3s ease}.publication-card:hover:before{transform:scaleX(1)}.publication-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px);border-color:#ff6b35}.publication-content{padding:1.5rem}.publication-header{display:flex;align-items:center;margin-bottom:1rem}.publication-icon{width:24px;height:24px;color:#ff6b35;margin-right:8px}.publication-type{font-size:.875rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ff6b35,#f7931e);padding:4px 12px;border-radius:20px;box-shadow:0 4px 15px #ff6b354d}.publication-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.publication-date{display:flex;align-items:center;color:#6b7280;margin-bottom:.75rem}.date-icon{width:16px;height:16px;margin-right:4px;color:#10b981}.publication-description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.download-btn{display:inline-flex;align-items:center;color:#fff;background:#1e40af;font-weight:500;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #1e40af}.download-btn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 25px #1e40af}.download-icon{width:16px;height:16px;margin-right:4px}.view-all-section{text-align:center;margin-top:3rem}.gallery{background:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-item{position:relative;background:linear-gradient(135deg,#fef7f0,#f0fdf4,#fef2f2);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease;height:200px;border:2px solid transparent}.gallery-item:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-5px);border-color:#ff6b35}.gallery-content{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;z-index:2}.media-icon{width:64px;height:64px;color:#1e40af;margin-bottom:.5rem;filter:drop-shadow(0 4px 8px rgba(255,107,53,.3));transition:all .3s ease}.gallery-item:hover .media-icon{transform:scale(1.1);color:#1e40af}.category-icon{width:32px;height:32px;color:#10b981;transition:all .3s ease}.gallery-item:hover .category-icon{transform:scale(1.1);color:#059669}.gallery-overlay{position:absolute;inset:0;background:#0000;transition:all .3s ease;z-index:1}.gallery-item:hover .gallery-overlay{background:#0000001a}.gallery-info{position:absolute;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;z-index:3;border-top:2px solid #ff6b35}.gallery-category{font-size:.75rem;font-weight:500;color:#fff;background:linear-gradient(135deg,#ff6b35,#f7931e);padding:2px 8px;border-radius:12px;display:inline-block;margin-bottom:.5rem;box-shadow:0 2px 8px #ff6b354d}.gallery-title{font-size:.875rem;font-weight:600;color:#1f2937}.view-gallery-section{text-align:center;margin-top:3rem}.contact{background:linear-gradient(135deg,#f0fdf4,#fef7f0)}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.contact-info h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;background:#1f2937;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease;border:2px solid transparent}.contact-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026;border-color:#ff6b35}.contact-icon-wrapper{padding:12px;border-radius:8px;transition:all .3s ease}.contact-item:nth-child(1) .contact-icon-wrapper{background:linear-gradient(135deg,#091a7c,#2819d0);box-shadow:0 4px 15px #dc26264d}.contact-item:nth-child(2) .contact-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #ff6b354d}.contact-item:nth-child(3) .contact-icon-wrapper{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 4px 15px #10b9814d}.contact-item:hover .contact-icon-wrapper{transform:scale(1.1)}.contact-icon{width:24px;height:24px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.contact-details h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.contact-details p{color:#6b7280}.contact-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0000001a;border:2px solid transparent;transition:all .3s ease}.contact-form:hover{border-color:#ff6b35}.contact-form h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;background:#1f2937;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fafafa}.form-input:focus,.form-textarea:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;background:#fff}.form-textarea{resize:vertical;min-height:120px}.submit-btn{width:100%;background:#1e40af;color:#fff;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.submit-btn:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 8px 25px #ff6b3566}.submit-icon{width:20px;height:20px}@media (max-width: 768px){.contact-content,.form-row{grid-template-columns:1fr}}.footer{background:#111827;color:#fff}.footer-content{padding:2rem 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.footer-logo img{height:40px;width:40px;border-radius:50%}.footer-logo-text h3{font-size:1.25rem;font-weight:700;margin-bottom:0}.footer-logo-text p{font-size:.875rem;color:#9ca3af}.footer-description{color:#9ca3af;margin-bottom:1rem;line-height:1.6}.social-links{display:flex;gap:1rem}.social-icon{width:20px;height:20px;color:#9ca3af;cursor:pointer;transition:color .3s ease}.social-icon:hover{color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-info-item{display:flex;align-items:flex-start;gap:12px}.contact-info-icon{width:20px;height:20px;color:#9ca3af;margin-top:2px;flex-shrink:0}.contact-info-text{color:#9ca3af}.footer-bottom{border-top:1px solid #374151;margin-top:1rem;padding-top:1rem;text-align:center}.footer-bottom p{color:#9ca3af}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr}}.container{max-width:1200px;margin:0 auto;padding:0 20px}
