body{background-color:#f3f3f3;margin:0;padding:0;font-family:Inter,sans-serif}*{box-sizing:border-box}a{text-decoration:none;color:inherit}button{background:none;border:none;cursor:pointer}.nav-container{width:100%;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:1rem;z-index:999;background-color:transparent;border:1px solid transparent;border-radius:1rem;transition:background-color .3s ease,border .3s ease,box-shadow .3s ease;max-width:1200px;margin:1rem auto -1.8rem}.nav-container.scrolled{background-color:#fff;border:.3px solid #59545451;box-shadow:0 4px 12px #0000000a}.logo{font-size:1.7rem;font-weight:700;color:#1a1a1a}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:1rem;font-weight:500;color:#333;transition:color .2s ease}.nav-links a:hover{color:#000}.cta-wrapper{display:flex;align-items:center;gap:1.25rem}.signin-link{font-weight:600;color:#1a1a1a;font-size:.95rem}.cta-btn{display:flex;align-items:center;gap:.4rem;background-color:#1a1a1a;color:#fff;padding:.55rem 1.4rem;font-size:.93rem;font-weight:600;border-radius:10px;transition:background .2s ease,transform .1s}.cta-btn:hover{background-color:#000;transform:translateY(-1px)}.arrow{display:inline-block;transition:transform .2s ease}.cta-btn:hover .arrow{transform:translate(2px)}.hamburger{width:24px;height:20px;display:none;position:relative}.bar,.bar:before,.bar:after{content:"";position:absolute;left:0;right:0;height:2px;background:#1a1a1a;transition:transform .3s ease,opacity .2s ease}.bar{top:50%;transform:translateY(-50%)}.bar:before{top:-7px}.bar:after{top:7px}.bar.open{background:transparent}.bar.open:before{transform:translateY(7px) rotate(45deg)}.bar.open:after{transform:translateY(-7px) rotate(-45deg)}.mobile-drawer{position:absolute;top:72px;left:0;right:0;background:#fff;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 1.5rem 2rem;border-bottom:1px solid #efefef;z-index:999}.mobile-drawer a{font-size:1rem;font-weight:500}.mobile-drawer .full{justify-content:center}.mobile-drawer hr{border:none;border-top:1px solid #eaeaea;margin:.5rem 0}.logo{display:flex;align-items:center;font-size:1.7rem;font-weight:700;color:#1a1a1a}.logo-img{height:45px;width:auto;margin-right:8px}@media (max-width: 480px){.logo-img{height:22px}}@media (max-width: 960px){.nav-links,.signin-link{display:none}.hamburger{display:block}}.page-bg{background-color:#f4f4f4;padding:2rem 1rem;font-family:Inter,sans-serif}.main-white-container{max-width:1200px;background-color:#fff;margin:auto;border-radius:20px;border:1px solid #e0e0e0;padding:3rem 2rem}.home-container{display:flex;gap:3rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.home-left{flex:1;min-width:300px;max-width:550px}.tag{display:inline-block;background:#fff;font-size:.85rem;font-weight:500;padding:6px 14px;border-radius:999px;box-shadow:0 1px 3px #00000014;margin-bottom:.2rem;border:1px solid #e0e0e0}.title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#1a1a1a}.description{font-size:1.05rem;color:#555;margin-bottom:2rem}.actions{display:flex;flex-direction:column;justify-content:start;gap:.8rem}.google-btn{background:#1a1a1a;color:#fff;padding:.75rem 1.2rem;font-size:.95rem;border-radius:12px;display:flex;align-items:center;gap:.6rem;font-weight:600;border:none;cursor:pointer}.google-btn img{width:20px;height:20px}.email-btn{background:linear-gradient(to bottom,#fff,#ececec);padding:.75rem 1.2rem;font-size:.95rem;border-radius:12px;display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#1a1a1a;border:none;cursor:pointer}.arrow{margin-left:.3rem}.note{font-size:.8rem;color:#888}.home-right{flex:1;min-width:300px;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.meeting-card,.calendar{background:#fff;border-radius:16px;padding:1.5rem;border:1px solid #e0e0e0}.host-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.avatar{width:50px;height:50px;border-radius:50%}.meeting-title{font-size:1.1rem;font-weight:700;margin:0}.host-name{font-size:.85rem;color:#777}.meeting-desc{font-size:.9rem;color:#444;margin-bottom:1rem}.time-options{display:flex;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}.time-options button{padding:.4rem .8rem;font-size:.85rem;background:#f2f2f2;border:none;border-radius:8px;cursor:pointer}.time-options .active{background:#fff;border:1px solid #e0e0e0;box-shadow:0 1px 3px #00000014}.platform,.timezone{font-size:.9rem;color:#333;margin-top:.5rem}.calendar{text-align:center;font-size:1rem}.second-section{margin-top:4rem;text-align:center;padding:3rem 1rem;border-top:1px solid #eee}.second-heading{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a}.second-subheading{color:#777;font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-inline:auto}.second-btn{background-color:#1a1a1a;color:#fff;padding:.7rem 1.4rem;font-size:1rem;border-radius:12px;border:none;margin-bottom:3rem;cursor:pointer}.cards-wrapper{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1rem;justify-content:center}.card{background:#fff;border-radius:16px;padding:2rem;width:300px;box-shadow:0 8px 20px #0000000d;border:1px solid #e0e0e0;text-align:left}.card-number{display:inline-block;background-color:#eaeaea;font-size:.9rem;font-weight:600;padding:.4rem .8rem;border-radius:8px;margin-bottom:1rem}.card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.card p{font-size:1rem;color:#666}.third-section{margin-top:4rem}.section3-top{text-align:center;margin-bottom:3rem}.section3-benefits-tag{display:inline-block;background-color:#f2f2f2;padding:.4rem .8rem;font-size:.85rem;font-weight:600;border-radius:999px;margin-bottom:1rem}.section3-title{font-size:2rem;font-weight:800;color:#1a1a1a}.section3-subtitle{color:#555;max-width:600px;margin:0 auto 1.5rem}.section3-btn{background-color:#1a1a1a;color:#fff;padding:.6rem 1.2rem;font-size:1rem;border-radius:12px;border:none;cursor:pointer}.section3-cards-row{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.section3-card{flex:1;min-width:300px;background-color:#fafafa;border-radius:16px;padding:1.5rem;border:1px solid #e0e0e0}.section3-card-title{font-size:1.2rem;font-weight:700;margin-bottom:.6rem}.section3-card-desc{font-size:.95rem;color:#555;margin-bottom:1rem}.section3-feature-box{background-color:#fff;padding:1rem;border-radius:12px;border:1px solid #ddd}.section3-feature-row{display:flex;justify-content:space-between;padding:.4rem 0;font-size:.95rem}.section3-feature-value{font-weight:600;color:#333}.section3-booking-link-wrap{margin-bottom:1rem}.section3-booking-link{font-size:1.1rem;font-weight:600;color:#1a1a1a}.section3-calendar-wrap,.section3-notification-wrap{margin-top:1rem}.section3-calendar-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;background-color:#fff;border:1px solid #ddd;border-radius:12px;padding:1rem;font-size:.85rem}.section3-calendar-head{display:contents;font-weight:700}.section3-calendar-events{display:contents}.event{padding:.5rem;border-radius:6px;color:#fff;font-weight:500;font-size:.9rem}.event-purple{background:#a78bfa}.event-blue{background:#60a5fa}.event-grey{background:#9ca3af}.event-red{background:#f87171}.event-cyan{background:#22d3ee}.section3-switch{position:relative;display:inline-block;width:42px;height:24px;margin-right:.5rem}.section3-switch input{opacity:0;width:0;height:0}.section3-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;border-radius:24px}.section3-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.4s}.section3-switch input:checked+.section3-slider{background-color:#1a1a1a}.section3-switch input:checked+.section3-slider:before{transform:translate(18px)}.section3-notification{display:flex;align-items:center;gap:1rem;background-color:#fff;border:1px solid #e0e0e0;padding:1rem;border-radius:12px}.section3-notification-logo{width:40px;height:40px}.section3-notification-title{font-weight:600;color:#1a1a1a}.section3-notification-desc{font-size:.95rem;color:#444}.section3-notification-time{margin-left:auto;font-size:.85rem;color:#999}.fourth-section{margin-top:4rem;text-align:center}.fourth-section-heading{font-size:2rem;font-weight:800;margin-bottom:2rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem}.feature-card{background-color:#fff;border-radius:16px;padding:1.2rem;box-shadow:0 6px 14px #0000000d;border:1px solid #e0e0e0}.feature-icon{font-size:2rem;margin-bottom:.8rem}.feature-title{font-size:1rem;font-weight:600;color:#333;line-height:1.3}@media (max-width: 768px){.title{font-size:2rem}.main-white-container{padding:2rem 1rem}.home-container,.cards-wrapper,.section3-cards-row,.section3-features-row{flex-direction:column;align-items:center}.second-heading{font-size:2rem}}.page-bg{background-color:#f4f4f4;padding:2rem 1rem;font-family:Inter,sans-serif;min-height:100vh}.main-white-container{max-width:100%;background-color:#fff;margin:auto;border-radius:20px;border:1px solid #e0e0e0;padding:2rem 1rem;box-sizing:border-box}.home-container{display:flex;gap:2rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:100%;box-sizing:border-box}.home-left,.home-right{flex:1 1 45%;min-width:280px;max-width:100%}.cards-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%;box-sizing:border-box}.card{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:320px;margin:0 auto;box-sizing:border-box;text-align:left}.google-btn,.email-btn,.second-btn{width:100%;max-width:350px;margin:0 auto;box-sizing:border-box}@media (max-width: 768px){.main-white-container{padding:2rem 1rem}.home-container{flex-direction:column;align-items:center;gap:1.5rem}.home-left,.home-right{flex:1 1 100%;max-width:100%}.cards-wrapper{flex-direction:column;gap:1rem;align-items:center}.card{max-width:100%;width:100%}.google-btn,.email-btn,.second-btn{max-width:100%}.title{font-size:2rem;text-align:center}.second-heading{font-size:2rem}}@media (max-width: 480px){.main-white-container{padding:1rem .2rem;border-radius:10px}.title{font-size:1.5rem}.description,.second-subheading,.card p{font-size:.9rem}.actions,.time-options{flex-direction:column;gap:.5rem;width:100%}.meeting-card{padding:1rem}.card{padding:1.2rem}.feature-grid{grid-template-columns:1fr;gap:1rem}}@media (min-width: 1200px){.main-white-container{padding:4rem 3rem}.title{font-size:3.5rem}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;margin-top:4rem;border-radius:20px 20px 0 0;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:3rem;padding:3rem 0 2rem}.footer-section{display:flex;flex-direction:column}.footer-section-title{font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative;padding-bottom:.5rem}.footer-section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#4f46e5,#06b6d4);border-radius:2px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.8rem}.footer-link{color:#d1d5db;text-decoration:none;font-size:1rem;transition:all .3s ease;border-left:3px solid transparent;padding:.5rem 0 .5rem 1rem;margin-left:-1rem}.footer-link:hover{color:#fff;border-left-color:#4f46e5;transform:translate(5px)}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff1a;border-radius:12px;color:#d1d5db;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.social-link:hover{background:#fff3;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.contact-info{display:flex;flex-direction:column;gap:1.2rem}.contact-item{display:flex;align-items:flex-start;gap:.8rem}.contact-icon{color:#4f46e5;margin-top:.2rem;flex-shrink:0}.contact-text{flex:1}.contact-text p{margin:0;color:#d1d5db;font-size:.95rem;line-height:1.5}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0;text-align:center}.copyright{margin:0;color:#9ca3af;font-size:.9rem;font-weight:500}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-section:last-child{grid-column:1 / -1}}@media (max-width: 768px){.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem;padding:2rem 0 1.5rem}.footer-section-title{font-size:1.2rem;margin-bottom:1rem}.social-links{justify-content:flex-start}.social-link{width:45px;height:45px}}@media (max-width: 480px){.footer{margin-top:2rem}.footer-content{padding:1.5rem 0 1rem}.social-links{gap:.8rem}.contact-item{gap:.6rem}.contact-text p{font-size:.9rem}}.team-card{background:#fff;border-radius:20px;box-shadow:0 8px 32px #00000014;border:1px solid #e8e8e8;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.card-header{display:flex;justify-content:center;margin-bottom:1.2rem}.avatar-container{position:relative;display:inline-block}.team-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f8f9fa;box-shadow:0 8px 24px #0000001a;transition:all .3s ease}.avatar-overlay{position:absolute;inset:0;background:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .3s ease}.team-card:hover .avatar-overlay{opacity:.12}.team-card:hover .team-avatar{transform:scale(1.05)}.card-content{text-align:center}.team-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .3rem;word-break:break-word}.team-designation{font-size:.95rem;color:#4f46e5;font-weight:600;margin-bottom:1rem;display:block;word-break:break-word;text-align:center}.contact-details{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.2rem;padding:1rem;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.contact-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;text-align:center}.contact-icon{color:#4f46e5;flex-shrink:0}.contact-link{color:#374151;text-decoration:none;font-size:.95rem;font-weight:500;word-break:break-word;overflow-wrap:anywhere;display:block}.contact-link:hover{color:#4f46e5}.description-section{text-align:center;margin-top:auto}.team-description{font-size:.95rem;color:#6b7280;line-height:1.6;margin-bottom:.8rem;word-break:break-word}.read-more-btn{background:none;border:none;color:#4f46e5;font-size:.9rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;padding:.4rem 0}.read-more-btn:hover{color:#3730a3}@media (max-width: 768px){.team-card{padding:1.2rem}.team-name{font-size:1.3rem}.team-designation{font-size:.9rem}.contact-link{font-size:.88rem;max-width:100%;word-break:break-word}}@media (max-width: 480px){.team-card{padding:1rem}.team-avatar{width:90px;height:90px}.contact-item{flex-direction:column;align-items:center}.read-more-btn{font-size:.85rem}}@media print{.team-card{box-shadow:none;border:1px solid #ccc}.read-more-btn{display:none}}.gallery-container{padding:2rem 1rem 3rem;max-width:1200px;margin:auto;font-family:Inter,sans-serif}.gallery-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:1.5rem;color:#1a1a1a}.year-selector{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.year-btn{padding:.6rem 1.2rem;border-radius:8px;background-color:#f2f2f2;border:1px solid #ccc;font-weight:600;cursor:pointer;font-size:1rem;color:#1a1a1a}.year-btn.active{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.events-wrapper{display:flex;flex-direction:column;gap:2.5rem;margin-top:2rem}.event-section{background-color:#fff;padding:2rem;border-radius:16px;box-shadow:0 8px 20px #0000000d;border:1px solid #e0e0e0}.event-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.event-images{display:flex;gap:1rem;flex-wrap:wrap}.event-image{width:280px;height:auto;border-radius:12px;box-shadow:0 4px 10px #0000000d;border:1px solid #e0e0e0}@media (max-width: 768px){.event-image{width:100%}}.publication-container{padding:4rem 2rem;max-width:1200px;margin:auto}.publication-heading{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:3rem;color:#1a1a1a}.publication-grid{display:flex;flex-direction:column;gap:3rem}.publication-card{display:flex;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;overflow:hidden;border:1px solid #e0e0e0;transition:transform .2s ease}.publication-card:hover{transform:scale(1.01)}.publication-image{width:250px;height:100%;object-fit:cover;border-right:1px solid #eee}.publication-content{padding:2rem;flex:1}.publication-content h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.publication-content p{color:#666;font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.view-btn{background-color:#1a1a1a;color:#fff;padding:.6rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:500;display:inline-block}.view-btn:hover{background-color:#333}@media (max-width: 768px){.publication-card{flex-direction:column}.publication-image{width:100%;height:auto;border-right:none;border-bottom:1px solid #eee}}.council-wrapper{background-color:#f4f4f4;padding:2rem 1rem;min-height:100vh;font-family:Inter,sans-serif;box-sizing:border-box}.council-inner{max-width:1200px;margin:0 auto;background-color:#fff;border-radius:20px;padding:3rem 2rem;border:1px solid #e0e0e0;box-sizing:border-box}.council-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800;color:#1a1a1a}.card-container{width:100%;max-width:260px;background:#fff;border-radius:16px;box-shadow:0 8px 20px #0000000d;border:1px solid #e0e0e0;padding:1.2rem 1rem 1.4rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;transition:box-shadow .15s}.card-container:hover{box-shadow:0 12px 32px #00000017}.card-image{width:78px;height:78px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:2px solid #e0e0e0}.card-name{font-size:1.02rem;font-weight:700;margin-bottom:.2rem;color:#222;text-align:center}.card-role{font-size:.93rem;font-weight:500;color:#7049de;margin-bottom:.2rem;text-align:center}.card-desc{font-size:.89rem;color:#666;text-align:center;margin-bottom:.4rem}.card-contact{font-size:.89rem;color:#444;text-align:center;margin-bottom:.15rem;word-break:break-all}@media (max-width: 900px){.council-inner{padding:2rem 1.2rem}.council-title{font-size:2rem}.council-grid{gap:1.2rem}.card-container{max-width:90vw}}@media (max-width: 600px){.council-title{font-size:1.5rem;margin-bottom:1.5rem}.council-inner{padding:1.2rem .4rem}.council-grid{grid-template-columns:1fr;gap:1rem}.card-container{padding:1rem .7rem 1.1rem;max-width:98vw}}.council-leaders{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.leader-card-wrapper{display:flex;justify-content:center}.leader-card-wrapper .card-container{max-width:320px}.council-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;align-items:stretch;justify-items:center}.council-wrapper{background-color:#f4f4f4;padding:2rem 1rem;font-family:Inter,sans-serif;min-height:100vh}.council-inner{max-width:1200px;margin:0 auto;padding:3rem 2rem;background-color:#fff;border-radius:20px;border:1px solid #e0e0e0}.council-title{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:2rem;color:#1a1a1a}.section-heading{font-size:1.6rem;font-weight:700;margin:2rem 0 1.2rem;color:#333;text-align:center}.council-section{margin-bottom:2.5rem}.council-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.6rem;justify-content:center;align-items:stretch}.card{transition:transform .3s ease}.slide-in{animation:fadeInUp .6s ease forwards;opacity:1;transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.council-inner{padding:2rem 1rem}.council-title{font-size:2rem}.section-heading{font-size:1.3rem}}.events-container{padding:1.5rem 2rem;max-width:1200px;margin:auto}.events-heading{font-size:2.5rem;font-weight:800;text-align:center;margin-bottom:.1rem;color:#1a1a1a}.events-grid{display:flex;flex-direction:column;gap:3rem}.event-card{display:flex;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000000d;overflow:hidden;border:1px solid #e0e0e0;transition:transform .2s ease}.event-card:hover{transform:scale(1.01)}.event-image{width:300px;height:auto;object-fit:cover;border-right:1px solid #eee}.event-content{padding:2rem;flex:1;position:relative}.event-label{background-color:#f1f1f1;color:#333;font-size:.75rem;padding:.3rem .7rem;border-radius:8px;display:inline-block;margin-bottom:1rem;font-weight:600}.event-title{font-size:1.7rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.event-description{font-size:1rem;color:#555;margin-bottom:1rem;line-height:1.6}.event-highlights{list-style:none;padding-left:0;margin-bottom:1.5rem;color:#444}.event-highlights li{margin-bottom:.5rem}.know-more-btn{background-color:#1a1a1a;color:#fff;padding:.6rem 1.2rem;border-radius:10px;text-decoration:none;font-weight:500;display:inline-block}.know-more-btn:hover{background-color:#333}@media (max-width: 768px){.event-card{flex-direction:column}.event-image{width:100%;height:auto;border-right:none;border-bottom:1px solid #eee}}.blog-wrapper{max-width:900px}.blog-main-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;margin-bottom:1rem;text-align:center}.blog-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;justify-content:center}.blog-author-img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.blog-author-name{font-weight:600;font-size:1rem;color:#333}.blog-date{font-size:.85rem;color:#777}.blog-hero-img{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:2rem}.blog-content{font-size:1.05rem;color:#555;line-height:1.7}.blog-section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-top:2rem;margin-bottom:.8rem}.blog-quote{background:#f2f2f2;border-left:4px solid #1a1a1a;padding:1rem;margin:1.5rem 0;font-style:italic;color:#444;border-radius:8px}.blog-list{margin-left:1.5rem;color:#555}.blog-list li{margin-bottom:.5rem}@media (max-width: 768px){.blog-main-title{font-size:2rem}.blog-hero-img{max-height:250px}}.blog-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;text-align:center;margin-bottom:2rem}.blog-subtitle{font-size:1.2rem;color:#434242;text-align:center;margin-bottom:1.5rem}.blog-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.blog-card{background:#fff;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 8px 20px #0000000d;width:300px;overflow:hidden;display:flex;flex-direction:column}.blog-image{width:100%;height:200px;object-fit:cover}.blog-content{padding:1.2rem}.blog-heading{font-size:1.3rem;font-weight:700;color:#1a1a1a;margin-bottom:.4rem}.blog-author{font-size:.9rem;color:#777;margin-bottom:.8rem}.blog-text{font-size:1rem;color:#555;margin-bottom:1.2rem}.read-more-btn{background:#1a1a1a;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer}.read-more-btn:hover{background:#333}@media (max-width: 768px){.blog-container{flex-direction:column;align-items:center}}.blog-card{background:#fff;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 8px 20px #0000000d;width:300px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease}.blog-card:hover{transform:scale(1.01)}
