body{background-color:#fff;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}button:hover{color:#f6f6f5}.nav-container{display:flex;align-items:center;justify-content:space-between;position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1000;width:90%;max-width:1200px;height:60px;padding:0 2rem;background:#d6d4d466;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 4px 20px #0006;transition:background-color .3s ease,border .3s ease,box-shadow .3s ease}.nav-container.scrolled{background:#84d6e215;border:.3px solid #59545451;box-shadow:0 4px 20px #0009}.logo{display:flex;align-items:center}.logo-img{height:45px;width:auto;margin-right:8px}.nav-links a{font-size:1rem;font-weight:500;color:#14213d;transition:color .3s ease}.nav-links a:hover{color:#fca311;font-weight:500}.try-button{background-color:transparent;border:1px solid rgb(3,3,3);color:#000;padding:10px 20px;border-radius:20px;cursor:pointer;transition:.3s}.try-button:hover{background-color:#14213d;color:#fff}.cta-wrapper{display:flex;align-items:center;gap:1rem}.hamburger{width:28px;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:70px;left:0;right:0;background:#fff;display:flex;flex-direction:column;gap:1rem;padding:1.5rem 2rem 2rem;border-bottom:1px solid #efefef;z-index:999;animation:slideDown .3s ease forwards}.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}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-links{display:flex;gap:2rem}.cta-wrapper .try-button{display:inline-flex}@media (max-width: 960px){.nav-links,.cta-wrapper .try-button{display:none}.hamburger{display:block}}@media (max-width: 480px){.logo-img{height:35px}.mobile-drawer{padding:1rem 1rem 2rem}}@media (max-width: 320px){.mobile-drawer a{font-size:.85rem}.cta-btn{font-size:.8rem;padding:.45rem .8rem}.hamburger{width:20px;height:18px}}.page-bg{background-color:#eae4e49c;padding:2rem 1rem;font-family:Inter,sans-serif;min-height:100vh;padding-top:80px}.main-white-container{max-width:100%;background-color:#ffffffe8;margin:auto;border-radius:20px;border:1px solid #cec2c28b;padding:3rem 2rem;box-sizing:border-box}.cards-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;width:100%;box-sizing:border-box}.card{background:#ecebeb;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}.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:4.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:#1a1a1a}.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 50%;min-width:280px;max-width:100%}.home-left{display:flex;flex-direction:column;align-items:flex-start}.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;transition:background-color .5s ease,color .3s ease}.google-btn:hover{background-color:#b1ffee84;color:#131313}.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}.email-btn:hover{background:#141414;color:#fff;border-radius:12px}.arrow{margin-left:.3rem}.note{font-size:.8rem;color:#888}.home-right{flex:1;min-width:400px;max-width:480px;display:flex;flex-direction:column;gap:1.5rem}.second-section{margin-top:4rem;text-align:center;padding:3rem 1rem;border-top:1px solid #eee}.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:100%;max-width:300px;box-shadow:0 8px 20px #0000000d;border:1px solid #e0e0e0;text-align:left}.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: 1200px){.home-container{gap:1.5rem}.home-left,.home-right{flex:1 1 100%}.home-right{max-width:450px}}@media (max-width: 1024px){.home-container{flex-direction:column;align-items:center;gap:2rem}.title{font-size:2.5rem;text-align:center}.description{text-align:center;font-size:1rem}.second-heading{font-size:2.2rem}.second-subheading{font-size:1rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem}}@media (max-width: 768px){.title{font-size:2rem}.description{font-size:.95rem}.second-heading{font-size:1.8rem}.second-subheading{font-size:.9rem}.card h3{font-size:1.1rem}.card p{font-size:.9rem}.feature-grid{grid-template-columns:1fr 1fr;gap:1rem}.home-right{max-width:350px}.google-btn,.email-btn,.second-btn{font-size:.9rem;padding:.6rem 1rem}}@media (max-width: 480px){.home-container{flex-direction:column;align-items:center;gap:1.5rem}.title{font-size:1.5rem}.description{font-size:.9rem;text-align:center}.second-heading{font-size:1.4rem}.second-subheading{font-size:.85rem}.cards-wrapper{flex-direction:column;gap:1rem}.card{width:100%;padding:1.5rem}.feature-grid{grid-template-columns:1fr;gap:1rem}.home-right{max-width:300px;margin-top:1rem}.home-left{align-items:center;text-align:center}.google-btn,.email-btn,.second-btn{font-size:.85rem;padding:.55rem .9rem}}@media (max-width: 320px){.title{font-size:1.3rem}.description{font-size:.85rem}.second-heading{font-size:1.2rem}.second-subheading{font-size:.8rem}.google-btn,.email-btn,.second-btn{font-size:.8rem;padding:.5rem .8rem}.home-right{max-width:250px}}.page-bg{background-color:#f8f9fa;padding:2rem 1rem;font-family:Roboto,sans-serif;min-height:100vh;padding-top:80px}.main-white-container{max-width:1200px;background-color:#fff;margin:auto;border-radius:24px;border:1px solid #e2e8f0;padding:3rem 2rem;overflow:hidden}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;position:relative}.hero-text{flex:1 1 50%;min-width:300px;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a;position:relative}.hero-description{font-size:1.1rem;color:#555;margin-bottom:2.5rem;max-width:500px;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.instagram-btn,.youtube-btn{padding:.8rem 2rem;font-size:1.1rem;font-weight:700;border-radius:999px;cursor:pointer;border:none;transition:all .3s ease}.instagram-btn{background-color:#0095f6;color:#fff}.youtube-btn{background-color:#c4f755;color:#1a1a1a}.instagram-btn:hover,.youtube-btn:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.hero-image{max-width:100%;height:auto}.hero-title-doodles{position:absolute;width:60px;top:64%;right:15%;transform:translateY(-50%);pointer-events:none}.hero-arrow-accent{position:absolute;width:120px;bottom:25%;left:45%;transform:rotate(-10deg);pointer-events:none;z-index:0}.second-section{text-align:center;padding:4rem 1rem;margin-top:2rem;border-top:1px solid #f1f3f5}.second-btn:hover{background-color:#333;transform:translateY(-2px)}.card{background:#fff;border-radius:16px;padding:2rem;flex:1 1 300px;max-width:350px;box-shadow:0 8px 20px #0000000d;border:1px solid #e9ecef;text-align:left}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1.5rem}.feature-card{background-color:#fff;border-radius:16px;padding:1.5rem 1rem;box-shadow:0 6px 14px #0000000d;border:1px solid #e9ecef}@media (max-width: 992px){.hero-content{flex-direction:column-reverse;text-align:center}.hero-text{align-items:center}.hero-buttons{justify-content:center}.hero-title{font-size:2.8rem}.second-heading,.fourth-section-heading{font-size:2.2rem}.hero-title-doodles{top:68%;right:-15px}.hero-arrow-accent{display:none}}@media (max-width: 768px){.page-bg{padding:1rem;padding-top:70px}.main-white-container{padding:2rem 1.5rem}.hero-title{font-size:2.2rem}.second-heading,.fourth-section-heading{font-size:1.8rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.hero-title-doodles{width:50px;right:-25px}}@media (max-width: 480px){.main-white-container{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-description{font-size:.95rem}.second-heading,.fourth-section-heading{font-size:1.5rem}.feature-grid{grid-template-columns:1fr 1fr}.hero-title-doodles{width:40px;right:-10px;top:65%}}.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:#fafafa;border-radius:20px;box-shadow:0 8px 32px #1a191914;border:1px solid #ffffff;padding:.5rem;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}.team-card:hover{box-shadow:0 20px 48px #2c2c2ca6}@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 #b5b5b54d;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:#e4e4e4d1;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}}.page .council-wrapper{background-color:#fff;padding:2rem 1rem;min-height:100vh;font-family:Inter,sans-serif;box-sizing:border-box}.council-inner{max-width:1200px;margin:0 auto;background:#fbfafa;border-radius:20px;padding:3rem 2rem;border:1px solid #e0e0e0;box-sizing:border-box}.card-image{width:78px;height:78px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:.5px solid #e0e0e0}.council-wrapper{background:#fff;padding:2rem 1rem;font-family:Inter,sans-serif;min-height:100vh}.council-inner{max-width:1200px;margin:0 auto;padding:3rem 2rem;background:#fff;border-radius:20px;border:1px solid #e0e0e0}div.card.slide-in{padding:.3rem}.card{background:#fff;padding:2rem;transition:transform .5s ease}.gallery-container{padding:2rem 1rem 3rem;max-width:1200px;margin:auto;margin-top:3rem;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:hover{color:#101010}.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;margin-top:2rem}.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-top:5rem;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}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.page-bg{background-color:#fffffff9;padding:2rem 1rem;font-family:Roboto,sans-serif;min-height:100vh;padding-top:80px}.main-white-container{max-width:1200px;background-color:#fff;margin:auto;border-radius:20px;border:1px solid #e2e8f0;padding:3rem 2rem}.hero-section{width:100%;margin-bottom:5rem}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:3rem;flex-wrap:wrap}.hero-text{flex:1 1 50%;min-width:300px}.hero-title{font-size:3.79rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#1a1a1a;position:relative}.hero-description{font-size:1.1rem;color:#555;margin-bottom:2rem;max-width:500px;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.instagram-btn,.youtube-btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:20px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.instagram-btn{background-color:#1a1a1a;color:#fff}.instagram-btn:hover{background-color:#333;transform:translateY(-2px)}.youtube-btn{background-color:#f1f3f5;color:#1a1a1a;border-color:#dee2e6}.youtube-btn:hover{background-color:#e9ecef;border-color:#ced4da;transform:translateY(-2px)}.hero-image-container{flex:1 1 40%;min-width:300px;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto;border-radius:16px}.second-section{text-align:center;padding:3rem 1rem;border-top:1px solid #9696966d}.second-heading{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#1a1a1a}.second-subheading{color:#6c757d;font-size:1.1rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.second-btn{display:inline-block;background-color:#1a1a1a;color:#fff;padding:.8rem 1.6rem;font-size:1rem;border-radius:12px;margin-bottom:3rem;cursor:pointer;text-decoration:none;transition:all .3s ease}.second-btn:hover{background-color:#0fff9f;transform:translateY(-2px);color:#000}.cards-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:1rem}.card-home{background:#08fbff;border-radius:16px;padding:2rem;flex:1 1 300px;max-width:350px;box-shadow:0 8px 20px #00000054;border:1px solid #e9ecef;text-align:left}.card h3{margin-bottom:.75rem}.fourth-section{margin-top:5rem;text-align:center}.fourth-section-heading{font-size:2.5rem;font-weight:800;margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.feature-card{background-color:#28ff77;border-radius:16px;padding:1.5rem 1rem;box-shadow:0 6px 14px #0000000d;border:1px solid #e9ecef}.feature-icon{font-size:2.2rem;margin-bottom:1rem}.feature-title{font-size:1rem;font-weight:600;color:#333;line-height:1.4}@media (max-width: 992px){.hero-content{flex-direction:column-reverse;text-align:center}.hero-text{align-items:center}.hero-buttons{justify-content:center}.accent-lines{left:50%;transform:translate(-50%)}.hero-title{font-size:2.8rem}.second-heading,.fourth-section-heading{font-size:2.2rem}}@media (max-width: 768px){.page-bg{padding:1rem;padding-top:70px}.main-white-container{padding:2rem 1.5rem}.hero-title{font-size:2.2rem}.second-heading,.fourth-section-heading{font-size:1.8rem}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}}@media (max-width: 480px){.main-white-container{padding:2rem 1rem}.hero-title{font-size:1.8rem}.hero-description{font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center;width:100%}.instagram-btn,.youtube-btn{width:80%}.second-heading,.fourth-section-heading{font-size:1.5rem}.feature-grid{grid-template-columns:1fr 1fr}}.blog-wrapper{max-width:1500px}.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:#fca311}.blog-date{font-size:.85rem;color:#000}.blog-hero-img{display:block;margin:0 auto 2rem;max-width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:12px}.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}}.sec-container{padding:80px;background-color:#fff;font-family:Arial,sans-serif}.sec-content{display:flex;justify-content:space-between;align-items:center}.text-section{max-width:45%}.text-section h1{font-size:3rem;font-weight:700;line-height:1.2;position:relative}.accent-lines{display:inline-block;width:20px;height:20px;background-color:#00a2ff;border-radius:50%;position:absolute;left:100%;top:20%;transform:translate(-50%)}.text-section p{margin-top:10px;font-size:1.3rem;color:#020202ba}.text-section h1{font-size:4.1rem}.buttons{margin-top:30px}.buttons button{padding:12px 24px;border:none;border-radius:25px;font-size:1rem;font-weight:700;cursor:pointer;margin-right:15px;transition:background-color .3s ease}.instagram-btn{background-color:#3ec8d7;color:#fff}.instagram-btn{background:linear-gradient(45deg,#ffbc05,#dd2a7b,#8134af,#515bd4);color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:8px;cursor:pointer;transition:background-position .5s ease;background-size:300% 300%;animation:gradientShift 4s ease infinite}.instagram-btn:hover{background-position:100% 0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.instagram-btn:hover{background-color:#2d4373}.youtube-btn{background:linear-gradient(45deg,#ffa7a7,#c00,#00886f);color:#fff;border:none;padding:12px 24px;font-size:16px;border-radius:8px;cursor:pointer;background-size:200% 200%;animation:youtubeShift 3s ease infinite;transition:background-position .3s ease}.youtube-btn:hover{background-position:100% 100%}@keyframes youtubeShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.youtube-btn:hover{background-color:#b0e64f}.image-section{position:relative;width:50%;display:flex;justify-content:center;align-items:center}.main-image{width:300px;height:300px;background-color:#eaeaea;border-radius:20px;display:flex;justify-content:center;align-items:center}.image-placeholder{font-size:1rem;color:#777}.thought-bubbles{position:absolute}.bubble{position:absolute;width:100px;height:100px;border-radius:20px;background-color:#fff;box-shadow:0 4px 10px #0000001a;display:flex;justify-content:center;align-items:center}.bubble-left{top:-20px;left:-40px;background-color:#bffb7a}.bubble-right{top:40px;right:-40px;background-color:#7acbff}.bubble-image{font-size:.8rem;color:#555}.main-white-container{background:#fff;border-radius:16px;padding:3rem 2rem;border:none;max-width:1500px;margin:auto}.blog-title{font-size:2.5rem;font-weight:800;color:#1a1a1a;text-align:center;margin-bottom:2rem}.divider{border-top:1px solid #b0acac95}.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:#f3f3f3;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)}
