*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}p.dev-banner{position:fixed;top:0;left:0;width:100%;background:rgba(0,85,255,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:rgba(255,255,255,.9);padding:12px 20px;font-size:15px;font-weight:600;text-align:center;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.2)}html{scroll-behavior:smooth;scroll-padding-top:0}.header{background-color:white;position:-webkit-sticky;position:sticky;top:0;z-index:1000;transition:transform .3s ease,background-color .3s ease;font-weight:400;font-style:normal;max-height:10rem}.header.hidden{transform:translateY(-100%)}.header.scrolled{box-shadow:0 2px 10px rgba(0,0,0,.1);padding:.5rem 0}.nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.navLeft,.navRight{display:flex;gap:2rem;flex:1 1}.navRight{justify-content:flex-end}.navLink{color:#0e1f58;text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease;position:relative}.navLink:hover{color:#1a3a8f}.navLink:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:#0e1f58;transition:width .3s ease}.navLink:hover:after{width:100%}.logoContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2rem;max-height:100px}.logo{margin-bottom:.5rem;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.tagline{text-align:center;color:#0e1f58;font-size:1rem;margin-bottom:1rem;line-height:1.4;font-style:italic}.tagline p{margin:0}.learnMoreBtn{background-color:#0e1f58;color:white;border:none;padding:.5rem 1.5rem;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 5px rgba(14,31,88,.2)}.learnMoreBtn:hover{background-color:#1a3a8f;transform:translateY(-2px);box-shadow:0 4px 8px rgba(14,31,88,.3)}.mobileHeader{display:none;justify-content:space-between;align-items:center;padding:0 1rem}.desktopHeader{padding:1rem}.desktopBack,.desktopHeader{display:flex;align-items:center;justify-content:space-between}.desktopBack{gap:1rem;padding-left:2em}@keyframes bounceInFade{0%{opacity:0;transform:translateX(-20px) scale(.95)}60%{opacity:1;transform:translateX(0) scale(1.05)}to{transform:scale(1)}}.back-arrow{font-size:28px;animation:bounceInFade .6s ease-out;cursor:pointer;transition:transform .3s ease;display:inline-block}.back-arrow:hover{transform:translateX(-4px) scale(1.1)}.back-arrow:active{transform:translateX(-2px) scale(.95)}.hamburger{background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001;display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px}.hamburgerLine{display:block;width:25px;height:8px;background-color:#0e1f58;margin:3px 0;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);transform-origin:center}.mobileMenuOpen .hamburgerLine:first-child{transform:translateY(8px) rotate(135deg)}.mobileMenuOpen .hamburgerLine:nth-child(2){opacity:0}.mobileMenuOpen .hamburgerLine:nth-child(3){transform:translateY(-8px) rotate(-135deg)}@media (max-width:768px){.nav{flex-direction:column;padding:0;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:white;transform:translateX(-100%);transition:transform .3s ease;z-index:1000;justify-content:center;gap:2rem}.mobileMenuOpen{transform:translateX(0)}.navLeft,.navRight{flex-direction:column;align-items:center;gap:1.5rem;flex:0 1}.logoContainer{order:-1;margin-bottom:2rem;display:none}.mobileHeader{display:flex;max-height:6rem;padding-left:2em}.desktopBack,.desktopHeader{display:none}.navLink{font-size:1.2rem;padding:.5rem 0}.learnMoreBtn{padding:.75rem 2rem;font-size:1.1rem}.navLink{opacity:0;transform:translateX(-20px);transition:all .3s ease}.mobileMenuOpen .navLink{opacity:1;transform:translateX(0)}.mobileMenuOpen .navLeft .navLink:first-child{transition-delay:.1s}.mobileMenuOpen .navLeft .navLink:nth-child(2){transition-delay:.2s}.mobileMenuOpen .navLeft .navLink:nth-child(3){transition-delay:.3s}.mobileMenuOpen .navLeft .navLink:nth-child(4),.mobileMenuOpen .navRight .navLink:first-child{transition-delay:.4s}.mobileMenuOpen .navRight .navLink:nth-child(2){transition-delay:.5s}.mobileMenuOpen .navRight .navLink:nth-child(3){transition-delay:.6s}.mobileMenuOpen .navRight .navLink:nth-child(4){transition-delay:.65s}}.container{position:relative;width:100%;min-height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:2rem;box-sizing:border-box;height:calc(100vh - 60px)}.backgroundSvg{position:absolute;left:0;width:100%;height:100%;top:-3rem;z-index:-1;background-repeat:no-repeat;background-size:auto 150%;background-position:center -30vh}.content{text-align:center;max-width:800px;margin:0 auto}.heading{font-size:5rem;font-weight:700;line-height:1.2;margin-bottom:2rem;color:#0e1f58;font-weight:500;font-style:normal}.ctaButton{background-color:#0e1f58;color:white;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:800;border-radius:5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.ctaButton:hover{background-color:#2845a5;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.logoContainer img{object-fit:cover}@media (max-width:768px){.heading{font-size:4.2rem}.ctaButton{padding:.8rem 2rem;font-size:1rem}.backgroundSvg{top:-120px;background-size:auto 120%;background-position:center -13vh}}@media (max-width:480px){.heading{font-size:2.8rem;font-weight:700}.container{min-height:70vh;padding:1rem}}.about-section{padding:4rem 1rem;background-color:#f5f5f5;font-weight:400;font-style:normal}.about-container{max-width:1200px;margin:0 auto}.about-title{font-size:3.5rem;color:#0e1f58;margin-bottom:2rem;text-align:center;font-weight:600}.about-content{display:flex;flex-direction:column;gap:2rem}.about-image-container{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-image-wrapper{position:relative}.about-image{width:100%;height:auto;display:block;transition:transform .5s ease}.about-text{color:#333;line-height:1.6}.about-paragraph{margin-bottom:1.5rem;font-size:1.1rem}.about-quote{font-size:1.3rem;font-weight:600;color:#0e1f58;font-style:italic;margin-top:2rem;text-align:center}.about-image-container{opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.about-text{opacity:0;transform:translateY(30px);transition:opacity .8s ease .6s,transform .8s ease .6s}.visible .about-image-container{opacity:1;transform:translateX(0)}.visible .about-text{opacity:1;transform:translateY(0)}@media (min-width:768px){.about-content{flex-direction:row;align-items:center}.about-section{min-height:100vh;display:flex;align-items:center}.about-image-container{flex:1 1}.about-text{flex:1 1;padding-left:2rem}.about-quote,.about-title{text-align:left}}@media (max-width:480px){.about-title{font-size:2rem}.about-paragraph{font-size:1rem}.about-quote{font-size:1.1rem}}.event-section{min-height:100vh;padding:2rem 3rem;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(60px);transition:all .7s ease-out;background-color:#f9fafb}.event-section.show{opacity:1;transform:translateY(0)}.event-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.main-heading{font-size:3.5rem;font-weight:800;color:#1e3a8a}.view-btn-wrapper{display:flex;justify-content:flex-end;margin-top:2rem}.view-all-btn{background:#1e3a8a;color:white;padding:.6rem 1.2rem;font-weight:600;border:none;border-radius:8px;text-decoration:none;cursor:pointer;font-size:.95rem;transition:transform .2s ease,background .3s ease;box-shadow:0 4px 14px rgba(30,58,138,.3)}.view-all-btn:hover{background-color:#1e40af;transform:scale(1.05)}.view-all-btn:active{transform:scale(.95)}.event-container{display:flex;flex-direction:column;gap:2rem;overflow-wrap:break-word;word-break:break-word}@media (min-width:768px){.event-container{flex-direction:row;align-items:flex-start}}@media (max-width:480px){.main-heading{font-size:2.3rem}.event-header{justify-content:center}}.event-left{flex:1 1}.event-name{font-size:1.6rem;font-weight:700;color:#6a81c5;margin-bottom:.5rem}.event-subtitle{font-size:1rem;color:#4b5563;margin-bottom:1rem}.event-details{font-size:.95rem;color:#1f2937;margin-bottom:1.5rem;line-height:1.6}.event-button{background-color:#1e3a8a;color:white;border:none;padding:.75rem 1.5rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .3s ease}.event-button:hover{background-color:#1e40af}.event-right{flex:1 1;max-width:400px;position:relative}.event-poster{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15)}.event-poster img{width:100%;height:auto;display:block;border-radius:12px}.event-date{position:absolute;top:10px;right:10px;background:white;color:#dc2626;padding:.5rem .9rem;border-radius:999px;font-weight:700;font-size:.9rem;box-shadow:0 2px 8px rgba(0,0,0,.1)}.warning-box{background:rgba(255,0,0,.2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-left:5px solid red;border-radius:8px;padding:12px;margin:16px 0;display:flex;align-items:center;gap:10px;animation:fadeIn .3s ease-in-out}.warning-icon{color:red;font-size:28px}.warning-text{color:white}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:999}.modal-box{background:white;color:black;padding:24px;border-radius:10px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2)}.close-button{position:absolute;top:10px;right:16px;background:none;border:none;font-size:24px;color:black;cursor:pointer}.modal-title{color:#1e3a8a;font-size:22px;font-weight:700;margin-bottom:10px}.modal-event-details p{margin:4px 0}.modal-label{display:block;margin-top:20px;font-weight:500}.modal-input{width:100%;padding:10px;margin-top:6px;border:1px solid #ccc;border-radius:6px}.modal-buttons{margin-top:20px;display:flex;justify-content:space-between;align-items:center}.submit-button{background-color:#0e1f58;color:white;padding:12px 24px;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-button:hover{background-color:#132a70}.create-id-button{background-color:#dbe4f3;color:#1e3a8a;font-weight:600;padding:10px 20px;border:1.5px solid #bfd5ff;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex}.create-id-button:hover{background-color:#e1edff;border-color:#91b4ff}.forgot-id{display:block;width:100%;background-color:#3b82f6;color:white;padding:10px 0;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-align:center}.forgot-id:hover{background-color:#2563eb}.event-card{background-color:white;padding:20px;border-radius:12px;box-shadow:0 8px 16px rgba(0,0,0,.1);max-width:600px;margin:auto}.event-title{color:#1e3a8a;font-size:24px;font-weight:700;margin-bottom:12px}.event-description{color:black;margin-bottom:16px}.event-details p{color:black;margin:4px 0}.book-now-button{margin-top:16px;padding:10px 18px;background-color:#1e3a8a;color:white;border:none;border-radius:6px;font-weight:700;cursor:pointer}.fade-in{animation:fadeIn .3s ease-in-out}.confirm-box{position:fixed;top:50%;left:50%;width:320px;transform:translate(-50%,-50%);background:white;border:2px solid #1e3a8a;padding:20px;border-radius:10px;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.15);z-index:1002;animation:fadeInConfirm .3s ease-out forwards;opacity:0}@keyframes fadeInConfirm{to{opacity:1}}.confirm-text{font-size:1rem;margin-bottom:15px;color:black}.fancy-form-wrapper{min-height:100vh;background:linear-gradient(to right top,#c2e9fb,#a1c4fd);display:flex;justify-content:center;align-items:center;padding:2rem;flex-direction:column;gap:2em}.fancy-form{background:white;padding:2.5rem;border-radius:16px;width:100%;max-width:550px;box-shadow:0 10px 35px rgba(0,0,0,.15);animation:slideFade .6s ease}.fancy-form h1{text-align:center;color:#2c3e50;margin-bottom:1.5rem;font-size:2rem}.fancy-group{margin-bottom:1.2rem}.fancy-group label{display:block;font-weight:500;margin-bottom:.4rem;color:#2d2d2d}.fancy-group input,.fancy-group select{width:100%;padding:.7rem;border-radius:8px;border:1px solid #ccc;transition:border-color .3s ease}.fancy-group input:focus,.fancy-group select:focus{border-color:#1e90ff;outline:none}.fancy-radio-group{display:flex;gap:1.5rem;margin-top:.5rem}.fancy-radio-group label{display:flex;align-items:center;gap:.4rem;font-weight:500;cursor:pointer}@media (max-width:400px){.fancy-radio-group{flex-direction:column;gap:.6rem;align-items:self-start}}.fancy-checkbox{display:flex;gap:.6rem;align-items:center;font-size:.9rem;margin:1rem 0}.fancy-form .submit{width:100%;background-color:#1e90ff;color:white;border:none;padding:.9rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:background .3s ease}.fancy-form .submit:hover{background-color:#0b78e3}.fancy-form button:disabled{background-color:#ccc;cursor:not-allowed}@keyframes slideFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.fancy-form{padding:1.5rem}}.email-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem}.email-input-container{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.email-input-container input{flex:1 1;min-width:200px;padding:.7rem;border-radius:8px;border:1px solid #ccc}.verify-button{background:#1e90ff;color:white;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .3s ease;white-space:nowrap}.verify-button:hover{background-color:#0b78e3}.verify-button:disabled{background-color:#ccc;cursor:not-allowed}.verification-icon{width:24px;height:24px;border-radius:50%;background:#ff6b6b;color:white;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.verification-icon.verified{background:#28a745}@media (max-width:480px){.email-input-container{flex-direction:column;align-items:stretch}}.verification-wrapper{display:flex;align-items:center;gap:10px}.verification-icon.verified{background:#4caf50}.verification-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.verification-loading-content,.verification-popup-content{background:white;padding:2rem;border-radius:16px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 35px rgba(0,0,0,.2)}.verification-popup h3{margin-top:0;color:#2c3e50}.verification-popup input{width:100%;padding:.8rem;margin:1rem 0;border-radius:8px;border:1px solid #ccc}.verification-popup-buttons{display:flex;gap:10px;justify-content:flex-end}.verification-popup-buttons button{padding:.6rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:background .3s ease}.verification-popup-buttons button:first-child{background:#f0f0f0}.verification-popup-buttons button:first-child:hover{background:#e0e0e0}.verification-popup-buttons button:last-child{background:#1e90ff;color:white}.verification-popup-buttons button:last-child:hover{background:#0b78e3}.close-popup{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.events-page{padding:2rem 1rem;background:#f8f9fc;min-height:100vh;color:#0e1f58;font-family:Segoe UI,sans-serif;animation:fadeIn 1.5s ease}.events-heading{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#0e1f58;font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.1);animation:slideDown 1s ease forwards}.events-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem;padding:0 1rem}.all-event-card{background-color:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .4s ease,box-shadow .4s ease;display:flex;flex-direction:column;animation:fadeUp .8s ease}.all-event-card:hover{box-shadow:0 6px 18px rgba(0,0,0,.12)}.all-event-img-wrapper{overflow:hidden}.all-event-img{width:100%;object-fit:cover;transition:transform .4s ease}.all-event-card:hover .all-event-img{transform:scale(1.05)}.all-event-details{padding:1.2rem 1.5rem;display:flex;flex-direction:column;gap:.6rem}.all-event-name{font-size:1.6rem;font-weight:600;color:#0e1f58;margin-bottom:.4rem}.all-event-desc{font-size:1rem;color:black;line-height:1.5;min-height:12rem}.all-event-button{margin-top:auto;background-color:#1e3a8a;color:white;border:none;padding:.75rem 1.5rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background .3s ease}.all-event-info{font-size:.95rem;color:black;display:flex;flex-direction:column;gap:.2rem}.all-event-info span{font-weight:500}.gallery-container{margin:0 auto;padding:2rem 1rem;background-color:#fffaf0}.gallery-title{font-size:3.5rem;color:#0e1f58;margin-bottom:3rem;text-align:center;font-weight:700;letter-spacing:1px}.empty-state,.error-state,.loading-state{text-align:center;color:#0e1f58;font-size:1.2rem;padding:2rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem;opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.visible.gallery-grid{opacity:1;transform:translateX(0)}.gallery-item{background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(14,31,88,.1);transition:transform .3s ease}.gallery-item:hover{transform:translateY(-5px)}.image-container{width:100%;overflow:hidden}.gallery-image{width:100%;max-height:250px;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}.image-info{padding:1.5rem;color:#0e1f58}.image-title{font-size:1.4rem;margin-bottom:.5rem;line-height:1.3}.image-description{font-size:.9rem;opacity:.8;margin-top:.5rem}.view-all-button:hover{background-color:#1a2f7a;transform:translateX(5px)}@media (max-width:768px){.gallery-title{font-size:2.5rem;margin-bottom:2rem}.gallery-grid{grid-template-columns:1fr;gap:1.5rem}.view-all-button{width:100%;text-align:center}.gallery-image{height:400px}}.gallery-grid .gallery-item{display:none}.gallery-grid .gallery-item:nth-child(-n+3){display:block;height:max-content}@media (max-width:480px){.gallery-container{padding:1.5rem .5rem}.image-title{font-size:1.2rem}.gallery-grid .gallery-item{display:none}.gallery-image{height:200px}.gallery-grid .gallery-item:nth-child(-n+3){display:block;height:max-content}}.image-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.image-modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:16px;overflow:hidden;padding:10px;box-shadow:0 15px 30px rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;animation:fadeIn .3s ease}.modal-image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px}.modal-close-button{position:absolute;top:12px;right:12px;font-size:1.8rem;background:transparent;color:white;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;z-index:1001;transition:background .2s ease}.modal-close-button:hover{background:#b6b6b6}.arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;font-size:2rem;color:white;padding:10px 15px;cursor:pointer;border-radius:50%;z-index:1001;transition:background .2s ease}.spinner{border:4px solid #f3f3f3;border-top-color:#333;border-radius:50%;width:40px;height:40px;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.arrow:hover{background:rgba(255,255,255,.25)}.arrow.left{left:10px}.arrow.right{right:10px}.thumbnail-row{display:flex;margin-top:15px;gap:1rem;overflow-x:auto;padding:10px;justify-content:flex-start;max-width:100%}.thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;cursor:pointer;opacity:.6;transition:transform .2s ease,opacity .2s ease}.thumbnail.active,.thumbnail:hover{transform:scale(1.05);opacity:1;border:2px solid #00bcd4}.gallery-all-container{margin:0 auto;padding:2rem 1rem;background-color:#fff}.gallery-all-title{font-size:2.5rem;color:#0e1f58;margin-bottom:3rem;text-align:center;font-weight:700;letter-spacing:1px}.gallery-all-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem;opacity:0;transform:translateX(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.visible.gallery-all-grid{opacity:1;transform:translateX(0)}.gallery-all-item{background:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(14,31,88,.1);transition:transform .3s ease}.gallery-all-item:hover{transform:translateY(-5px)}.gallery-all-item:hover .gallery-image{transform:scale(1.05)}.image-all-container{width:100%;overflow:hidden}.gallery-all-image{width:100%;max-height:250px;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-all-item:hover .gallery-all-image{transform:scale(1.05)}.image-all-info{padding:1.5rem;color:#0e1f58}.image-all-title{font-size:1.4rem;margin-bottom:.5rem;line-height:1.3}.image-all-description{font-size:.9rem;opacity:.8;margin-top:.5rem}@media (max-width:768px){.gallery-all-title{font-size:2rem;margin-bottom:2rem}.gallery-all-grid{grid-template-columns:1fr;gap:1.5rem}.photo-card{max-width:100%}}@media (max-width:480px){.gallery-all-container{padding:1.5rem .5rem}.photos-heading{font-size:1.8rem}.photo-card{max-width:100%}.image-all-title{font-size:1.2rem}}@media (min-width:768px){.photos-container{grid-template-columns:repeat(3,1fr);gap:2.5rem}.photos-heading{font-size:3rem}.photo-card{max-width:350px;margin:auto}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.lazy-loader{height:50px;width:100%;background-color:transparent}.loading-state{text-align:center;font-size:1.2rem;color:#0e1f58;margin:1rem 0}.downloads-page{padding:2rem 1rem;background-color:#ffffff;color:#0e1f58;font-family:Segoe UI,sans-serif;min-height:100vh}.downloads-heading{text-align:center;font-size:2.5rem;margin-bottom:2rem;font-weight:700;color:#0e1f58;text-shadow:0 1px 3px rgba(0,0,0,.1)}.downloads-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;padding:0 1rem}.download-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.download-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.download-name{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#000}.download-url{font-size:.9rem;color:#555;word-break:break-all}.loading-text,.no-downloads{text-align:center;font-size:1.2rem;color:#555}.team-container{padding:40px 20px;max-width:1200px;margin:auto}.team-title{text-align:center;font-size:3.5rem;margin-bottom:40px;color:#0e1f58}.featured-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:60px;position:relative}.featured-card{width:200px;max-width:100%;transition:transform .3s ease}.featured-card.animate{transform:translateY(0);opacity:1}.grid-row{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-items:center}.team-card{width:160px;max-width:100%;transition:transform .3s ease}.team-card.animate{transform:translateY(0);opacity:1}.profile-img-wrapper{border-radius:50%;padding:3px;background:linear-gradient(135deg,#6a5acd,#00bcd4);display:inline-block}.profile-img{border-radius:50%;display:block;width:100%;height:auto;border:2px solid white}.profile-name{font-weight:700;text-align:center;margin-top:10px;font-size:1rem;text-transform:uppercase}.profile-role{text-align:center;font-size:.85rem;color:#444;text-transform:capitalize}.featured-card,.team-card{transform:translateY(40px);opacity:0}@media (max-width:768px){.featured-card{width:160px;width:140px}.team-card{width:120px}.grid-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}@media (min-width:480px){.grid-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width:480px){.featured-row{justify-items:center;gap:2rem}.featured-card:first-child{grid-column:1/span 2;justify-self:center}.featured-card:nth-child(2){grid-column:1}.featured-card:nth-child(3){grid-column:2}.team-title{font-size:2.5rem}}@media (min-width:992px){.grid-row{grid-template-columns:repeat(4,1fr)}}.tag{background-color:#e0e7ff;color:#1e3a8a;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.achi-container{background-color:white;color:#0e1f58;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;min-height:100vh}.achi-heading{font-size:2.5rem;margin-bottom:3rem;text-align:center;font-weight:800;background:linear-gradient(90deg,#0e1f58,#4a65b9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:fadeIn 1s ease-out}.cardsContainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;width:100%;max-width:1200px;padding:0 1rem}.card{background:rgba(255,255,255,.9);border-radius:20px;box-shadow:0 10px 30px rgba(14,31,88,.2);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(20px);animation:popInCard .6s ease forwards;transition:transform .3s ease,box-shadow .3s ease;position:relative;max-width:400px;margin:0 auto}.card:hover{transform:translateY(0) scale(1.02);box-shadow:0 15px 35px rgba(14,31,88,.3)}.imageWrapper{width:100%;aspect-ratio:4/3;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;overflow:hidden}.achi-image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.card:hover .image{transform:scale(1.02)}.achi-content{padding:1.5rem;display:flex;flex-direction:column;gap:.6rem;text-align:center}.achi-name{font-size:1.4rem;font-weight:700}.achi-title{font-size:1.1rem;font-style:italic;color:#4a65b9}.lead{font-size:1rem;font-weight:600;color:#2b3c85}.desc{font-size:.95rem;line-height:1.4}.year{font-size:.85rem;color:#888}@keyframes popInCard{to{transform:translateY(0);opacity:1}}.achi-loading{font-size:1.5rem;text-align:center;padding:4rem;color:#0e1f58;font-weight:600}@media (max-width:600px){.heading{font-size:2.5rem}.card{max-width:100%}}.contact-section{background-color:#ffe;padding:4rem 2rem;color:#0e1f58;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contact-container{display:flex;justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.contact-left{flex:1 1;min-width:300px;animation:fadeInLeft 1s ease-in-out}.logo{margin-bottom:1.5rem}.title{font-size:2rem;margin-bottom:1rem}.subtitle{font-size:1.1rem;margin-bottom:2rem}.contact-button{padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;display:inline-block;animation:popInContact 1.2s ease-out}.social-links{margin-top:2rem}.social-title{font-weight:700;margin-bottom:.5rem}.icons a{margin-right:1rem;display:inline-block;transition:transform .3s ease}.icons a:hover{transform:scale(1.2) rotate(5deg)}.contact-right{flex:1 1;min-width:300px;text-align:center;animation:floatIn 1.5s ease-in-out}.bulb{max-width:100%;height:auto;animation:float 3s ease-in-out infinite}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes popInContact{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-container{flex-direction:column;text-align:center}.contact-right{margin-top:2rem}}.social-icon{color:#0e1f58;font-size:1.8rem;transition:transform .3s ease,color .3s ease}.social-icon:hover{transform:scale(1.2) rotate(5deg);color:#132a70}.contact-button{background-color:#0e1f58;color:white;padding:12px 24px;border:none;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.contact-button:hover{background-color:#132a70}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(14,31,88,.3);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.popup-box{background:white;padding:30px;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.2);width:90%;max-width:420px;position:relative;animation:popUp .4s ease}.popup-box h2{margin-bottom:10px;color:#0e1f58}.anonymous-note{font-style:italic;color:#777;margin-bottom:15px;font-size:.9rem}.popup-box input,.popup-box textarea{width:100%;margin:8px 0;padding:10px;border-radius:8px;border:1px solid #ccc;font-size:1rem}.popup-box textarea{height:100px;resize:none}.popup-box button[type=submit]{background-color:#0e1f58;color:white;padding:10px;width:100%;font-weight:700;border:none;border-radius:8px;cursor:pointer;margin-top:10px}.popup-box button[type=submit]:hover{background-color:#132a70}.submitted-msg{color:green;font-size:.95rem;text-align:center;margin-top:10px}.close-btn{position:absolute;right:20px;top:15px;font-size:24px;border:none;background:none;cursor:pointer;color:#0e1f58}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popUp{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.empty-message-box{padding:60px 30px;text-align:center;color:#0e1f58;background-color:transparent;margin-top:50px;animation:fadeInUp .6s ease}.empty-heading{font-size:2rem;margin-bottom:12px;color:#0e1f58;font-weight:600}.empty-subtext{font-size:1.1rem;color:#444;margin-bottom:25px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.suggest-button{background:linear-gradient(90deg,#0e1f58,#1a2f80);color:white;padding:12px 26px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.suggest-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(14,31,88,.25)}.submit-button:disabled{background-color:#7a89af;cursor:not-allowed;opacity:.8}.success-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(14,31,88,.2);display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.success-popup{background:white;border-radius:20px;padding:40px 30px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.15);animation:popIn .4s ease;max-width:350px}.success-text{margin-top:20px;font-size:1.1rem;font-weight:500;color:#0e1f58}.tick-animation svg{width:80px;height:80px;stroke:#28a745;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:drawTick .6s ease forwards}@keyframes drawTick{0%{stroke-dasharray:0,100;stroke-dashoffset:100}to{stroke-dasharray:100,0;stroke-dashoffset:0}}@keyframes popIn{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.warning-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,0,.1);display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.warning-popup{background:#fffef5;border-left:6px solid #ffc107;border-radius:16px;padding:35px 25px;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.15);max-width:360px;animation:fadeInWarning .3s ease}.warning-text{margin-top:15px;font-size:1.1rem;font-weight:500;color:#7c5c00}.warning-icon svg{width:70px;height:70px;stroke:#ffc107;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:pulseWarning .6s ease}@keyframes pulseWarning{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05);opacity:1}to{transform:scale(1)}}@keyframes fadeInWarning{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.glowbox{text-align:center;color:#1e3a8a}.spindle{margin:0 auto;border:8px solid #f0f0f0;border-top-color:#1e3a8a;border-radius:50%;width:60px;height:60px;animation:spinCycle 1.5s linear infinite}.drift{font-size:1.8rem;margin-top:20px;font-weight:700;animation:fadeInEffect 2s ease-in-out}@keyframes spinCycle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeInEffect{0%{opacity:0}to{opacity:1}}.chatbot-container{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-launcher{background-color:#4f46e5;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.2);animation:wave 2s infinite}.robot-icon{color:white;font-size:30px}@keyframes wave{0%{transform:rotate(0deg)}20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.chatbot-box{width:320px;height:400px;background:white;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.2);display:flex;flex-direction:column;overflow:hidden}.chat-header{background-color:#4f46e5;color:white;padding:15px;display:flex;justify-content:space-between;align-items:center}.chat-body{flex:1 1;padding:15px;overflow-y:auto;background:#f9fafb}.message{margin:10px 0;padding:10px;border-radius:8px;max-width:80%}.message.user{background-color:#e0e7ff;align-self:flex-end;text-align:right}.message.bot{background-color:#d1fae5;align-self:flex-start;text-align:left}.button-options{display:flex;flex-direction:column;gap:10px;margin-top:10px}.button-options button{padding:10px;background-color:#6366f1;color:white;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.button-options button:hover{background-color:#4f46e5}.menu-icon{font-size:20px;cursor:pointer}@media (max-width:480px){.chatbot-container{bottom:2rem;right:2rem}}.hashtag{color:#1da1f2;font-weight:700;cursor:pointer;transition:all .2s ease;padding:.1em .2em;border-radius:4px;background-color:rgba(29,161,242,.1)}.hashtag:hover{background-color:rgba(29,161,242,.2);text-decoration:underline}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.hashtag:active{animation:pulse .3s ease}.services-section{background-color:#ffffff;padding:60px 20px;text-align:center}.services-header h2{color:#0e1f58;font-size:2.4rem;margin-bottom:10px}.services-header p{color:#333;font-size:1.1rem;max-width:600px;margin:0 auto 40px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:30px;gap:30px;max-width:1200px;margin:0 auto}.service-card{background-color:#f8faff;padding:25px;border-radius:14px;box-shadow:0 4px 16px rgba(14,31,88,.08);transition:transform .3s ease;text-align:left}.service-card:hover{transform:translateY(-5px);box-shadow:0 6px 24px rgba(14,31,88,.12)}.icon-wrapper{font-size:2rem;color:#0e1f58;margin-bottom:15px}.service-card h3{color:#0e1f58;font-size:1.25rem;margin-bottom:8px}.service-card p{color:#444;font-size:1rem;line-height:1.5}.coming-soon{font-size:1.1rem;font-weight:700;color:white;background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 0 18px rgba(91,33,182,.6);padding:.85rem 2.2rem;border:none;border-radius:14px;cursor:not-allowed;position:relative;overflow:hidden;z-index:1}.coming-soon:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:repeating-linear-gradient(45deg,rgba(255,255,255,.07),rgba(255,255,255,.07) 10px,transparent 0,transparent 20px);animation:moveStripes 3s linear infinite;z-index:0}.coming-soon span{position:relative;z-index:2}@keyframes moveStripes{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.chatbot-coming-soon-typo{border:1px solid #ccc;color:#777;padding:.25rem;margin-bottom:.5rem}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-ext-400-normal.d13a3802.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-400-normal.f3d40bd4.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format("woff2"),url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/poppins-latin-ext-500-normal.e809e1d5.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-500-normal.e1148c49.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/poppins-latin-500-normal.7777133e.woff2) format("woff2"),url(/_next/static/media/poppins-latin-500-normal.fd8e96c2.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-ext-600-normal.3d81d8b7.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-600-normal.7da6f78a.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/poppins-latin-600-normal.d8692086.woff2) format("woff2"),url(/_next/static/media/poppins-latin-600-normal.c070cf14.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/poppins-latin-ext-700-normal.adf6d1ec.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-700-normal.32cc6f6e.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/poppins-latin-700-normal.9a881e2a.woff2) format("woff2"),url(/_next/static/media/poppins-latin-700-normal.c83dad1a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/poppins-latin-ext-800-normal.e8cc61aa.woff2) format("woff2"),url(/_next/static/media/poppins-latin-ext-800-normal.8d53663d.woff) format("woff");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:800;src:url(/_next/static/media/poppins-latin-800-normal.376dd8dc.woff2) format("woff2"),url(/_next/static/media/poppins-latin-800-normal.6ffee53a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.Chatbot_chatbotContainer__tdeEU{position:fixed;bottom:30px;right:30px;z-index:999}.Chatbot_chatbotContainer__tdeEU a{background-color:lightpink;border-radius:5px;padding:5px 3px;color:black;text-decoration:none;white-space:nowrap}.Chatbot_chatbotToggle__PtQAH{width:60px;height:60px;background:linear-gradient(135deg,#6e8efb,#a777e3);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease;position:fixed;bottom:30px;right:30px}.Chatbot_chatbotToggle__PtQAH:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.25)}.Chatbot_chatbotWindow__zZnDd{width:350px;height:500px;background:white;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;margin-bottom:15px;max-width:100vw}.Chatbot_chatHeader__PPJ6n{background:linear-gradient(135deg,#6e8efb,#a777e3);color:white;padding:15px;display:flex;justify-content:space-between;align-items:center}.Chatbot_botInfo___jOfH{display:flex;align-items:center;gap:10px}.Chatbot_botIcon__Tj_9_{animation:Chatbot_pulse__dMvaB 2s infinite}@keyframes Chatbot_pulse__dMvaB{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.Chatbot_closeBtn__V_Ux1{background:none;border:none;color:white;cursor:pointer;padding:5px;border-radius:50%;transition:background .2s}.Chatbot_closeBtn__V_Ux1:hover{background:rgba(255,255,255,.2)}.Chatbot_chatMessages__Iv3bK{flex:1 1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.Chatbot_message__Hv0Zg{max-width:80%;padding:10px 15px;border-radius:18px;line-height:1.4;position:relative;word-wrap:break-word}.Chatbot_userMessage__AyOn1{align-self:flex-end;background:#6e8efb;color:white;border-bottom-right-radius:5px}.Chatbot_botMessage__GgO1x{align-self:flex-start;background:#f0f0f0;color:#333;border-bottom-left-radius:5px}.Chatbot_botMessageContent__5iGRD,.Chatbot_messageContent__N6iwv{font-size:14px}.Chatbot_botMessageContent__5iGRD h3,.Chatbot_botMessageContent__5iGRD h4{margin:8px 0;color:#6e8efb}.Chatbot_botMessageContent__5iGRD ol,.Chatbot_botMessageContent__5iGRD ul{padding-left:20px;margin:8px 0}.Chatbot_botMessageContent__5iGRD li{margin-bottom:5px}.Chatbot_highlight__q_uq9{background:#e6f0ff;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center;gap:3px}.Chatbot_eventList__vmcOI{margin:10px 0;padding:10px;background:#f8f9fa;border-radius:8px}.Chatbot_eventItem__Xexgr{padding:10px;margin-bottom:10px;background:white;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.Chatbot_eventItem__Xexgr h4{margin:0 0 5px;color:#6e8efb}.Chatbot_eventDetailBtn__bopDk{background:#6e8efb;color:white;border:none;padding:5px 10px;border-radius:4px;font-size:12px;cursor:pointer;margin-top:5px}.Chatbot_eventDetailBtn__bopDk:hover{background:#5a7de0}.Chatbot_teamList__g68wM{margin:10px 0}.Chatbot_teamMember__Thhkg{padding:10px;margin-bottom:8px;background:#f8f9fa;border-radius:8px}.Chatbot_note__sVIUa{font-size:12px;color:#666;margin-top:10px;padding:8px;background:#fff8e6;border-radius:4px}.Chatbot_followUp__vbOmI{margin-top:15px;font-weight:500}.Chatbot_quickReplies__iOkNH{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;flex-direction:column;align-items:flex-start}.Chatbot_quickReplyBtn__qh9v2{background:#fff;color:#001e85;border:2px solid;padding:6px 12px;border-radius:15px;font-size:12px;cursor:pointer;transition:all .2s;width:14rem;text-align:start}.Chatbot_quickReplyBtn__qh9v2:hover{background:#d0e0ff;transform:translateY(-1px)}.Chatbot_suggestions__LqNx3{list-style-type:none;padding-left:0}.Chatbot_suggestions__LqNx3 li{padding:5px 0;color:#6e8efb}.Chatbot_chatInput__5W8B4{display:flex;padding:10px;border-top:1px solid #eee;width:100%;max-width:100vw;box-sizing:border-box}.Chatbot_inputField__Etgjh{flex:1 1;padding:10px 15px;border:1px solid #ddd;border-radius:20px;outline:none;font-size:14px}.Chatbot_inputField__Etgjh:focus{border-color:#6e8efb}.Chatbot_sendButton__MNfjV{width:40px;height:40px;margin-left:10px;background:#6e8efb;color:white;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.Chatbot_sendButton__MNfjV:disabled{background:#ccc;cursor:not-allowed}.Chatbot_sendButton__MNfjV:not(:disabled):hover{background:#5a7de0;transform:scale(1.05)}.Chatbot_typingIndicator__izRdg{display:flex;align-items:center;height:20px}.Chatbot_typingIndicator__izRdg span{width:8px;height:8px;margin:0 2px;background-color:#999;border-radius:50%;display:inline-block;animation:Chatbot_typingAnimation__0X0GY 1.4s ease-in-out infinite}.Chatbot_typingIndicator__izRdg span:first-child{animation-delay:0s}.Chatbot_typingIndicator__izRdg span:nth-child(2){animation-delay:.2s}.Chatbot_typingIndicator__izRdg span:nth-child(3){animation-delay:.4s}@keyframes Chatbot_typingAnimation__0X0GY{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}@media (max-width:768px){.Chatbot_chatbotContainer__tdeEU{bottom:0;right:1rem}.Chatbot_chatbotWindow__zZnDd{width:80vw;height:70vh;max-width:100vw;overflow:hidden}.Chatbot_quickReplyBtn__qh9v2{width:11rem}.Chatbot_chatInput__5W8B4{display:flex;align-items:center;flex-wrap:nowrap;padding:5px 10px}.Chatbot_chatInput__5W8B4 input{flex:1 1;min-width:0;font-size:16px}.Chatbot_chatInput__5W8B4 button{flex-shrink:0;padding:10px}}.Chatbot_loadingContainer__wYusv{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;animation:Chatbot_fadeIn__tOMo1 .5s ease-in-out}.Chatbot_loadingText__E9MXY{font-size:2rem;font-weight:700;color:#4f46e5;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.Chatbot_loadingDots__p1q4q{display:flex;gap:.4rem}.Chatbot_loadingDots__p1q4q span{width:10px;height:10px;background-color:#4f46e5;border-radius:50%;animation:Chatbot_bounce__hxVww 1s ease-in-out infinite}.Chatbot_loadingDots__p1q4q span:nth-child(2){animation-delay:.2s}.Chatbot_loadingDots__p1q4q span:nth-child(3){animation-delay:.4s}@keyframes Chatbot_bounce__hxVww{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-10px);opacity:1}}@keyframes Chatbot_fadeIn__tOMo1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}