@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";*{padding:0;margin:0;box-sizing:border-box}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}a{text-decoration:inherit}h1{font-size:3.2em;line-height:1.1}.app{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;align-items:center}:root{--white-color: #ffff;--light-color: #DFF0FB;--middle-color: #0178F3;--dark-color: #141B62;--black-color: #0000;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--black-gradient: linear-gradient( 144.39deg, #ffffff -278.56%, #6d6d6d -78.47%, #11101d 91.61% );--card-shadow: 0px 20px 100px -10px rgba(66, 71, 91, .1)}body{margin:0;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:Poppins,sans-serif}.shadow2{box-shadow:#8383b5e6 0 2px 5px -1px,#0006 0 1px 3px -1px}.dark-btn{border-radius:8px;border:1px dashed transparent;padding:11px 15px;background:linear-gradient(90deg,var(--middle-color) 0%,var(--green-color) 100%);color:var(--white-color);cursor:pointer;font-weight:550}.dark-btn:hover{background:linear-gradient(to right,#ffff,var(--light-color));border:1px solid var(--green-color);color:var(--dark-color)}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--middle-color);border:none;border-radius:999px;cursor:pointer;transition:all .3s ease}.hero-btn:hover{background:var(--dark-color);transform:translate(3px)}a{text-decoration:inherit;color:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.page{width:100%}@keyframes animateBg{to{filter:hue-rotate(360deg)}}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{scroll-behavior:smooth}.blue__gradient{background:linear-gradient(180deg,#bca5ff00,#214d76);filter:blur(123px)}.pink__gradient{background:linear-gradient(90deg,#f4c4f3,#fc67fa);filter:blur(900px)}.white__gradient{background:#fff9;filter:blur(750px)}.topbar{width:100%;position:fixed;top:0;margin-top:.6rem;z-index:1000;font-family:Inter,sans-serif;transition:transform .4s ease,opacity .4s ease}.topbar.hidden{opacity:0;transform:translateY(-100%);transition:all .4s ease-in-out;pointer-events:none}html,body{overflow-x:hidden}.topbar-info{background:linear-gradient(to right,#007cfb,#004a95);color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;font-size:.9rem;padding:.5rem 1.25rem;border-radius:2rem;flex-wrap:wrap}.topbar-info a{color:#fff;text-decoration:none;margin-right:1.5rem;display:inline-flex;align-items:center;gap:.4rem;transition:opacity .3s;white-space:nowrap}.topbar-info a:hover{opacity:.85}.topbar-info .info-left{display:flex;gap:1rem;flex-wrap:wrap}.topbar-info .info-right{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.topbar-info .info-right a{display:inline-flex;align-items:center;gap:.4rem}.topbar-container{width:100%;max-width:1400px;margin:0 auto;height:4.4rem;background:#fff;box-shadow:0 2px 10px #00000014;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;border-radius:3.75rem;flex-wrap:wrap}.topbar-logo img{height:2.8rem;width:auto;flex-shrink:0}.topbar-nav ul{display:flex;list-style:none;gap:calc(.5em + .5vw);flex-wrap:wrap}.topbar-nav ul li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;white-space:nowrap}.topbar-nav ul li a:hover{color:#2563eb}.nav-register{margin-left:1rem}.register-btn{background:var(--dark-color);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:2rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.register-btn:hover{background:#0846b7}.topbar-mobile{display:none;cursor:pointer;color:#333;font-size:1.5rem}.topbar-logo{display:flex;justify-content:center}.topbar-nav .mobile-close{position:absolute;top:.9rem;right:.9rem;cursor:pointer;color:#333;font-size:1.5rem;transition:color .3s ease;display:none}.topbar-nav .mobile-close:hover{color:#007cfb}@media (max-width: 992px){.topbar-nav{position:fixed;top:10vh;left:0;height:max-content;width:250px;background:#fff;box-shadow:2px 0 10px #0000001a;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 1.25rem 1.25rem;transform:translate(-100%);transition:transform .3s ease-in-out;z-index:999}.topbar-nav .mobile-close{display:block}.topbar-nav.open{transform:translate(0)}.topbar-nav ul{flex-direction:column;gap:1rem;width:100%}.topbar-nav ul li a{font-size:1.1rem;width:100%;display:block;padding:.5rem 0}.topbar-container{width:95%}.topbar-info{gap:.5rem;width:90%;padding:.5rem .9rem}.nav-register{display:none}.topbar-logo img{height:2.2rem;width:auto}.topbar-mobile{display:flex;justify-content:center}}@media (max-width: 768px){.topbar-info{gap:.5rem;width:90%;padding:.5rem .9rem}.topbar-info .info-right{width:100%;justify-content:space-around;gap:.8rem}.topbar-info .info-left{display:none}}@media (max-width: 576px){.topbar-info .info-right{width:100%;justify-content:space-around;gap:.8rem}.topbar-container{width:95%;padding:0 .6rem;border-radius:1.9rem;height:3.1rem}.topbar-logo img{height:1.9rem}.topbar-mobile{margin-right:.5rem}}.footer{color:var(--white-color);font-family:Inter,Arial,sans-serif;width:100%;background-image:url(/assets/footerBg-aqSf1KlH.png);background-color:var(--dark-color)}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:0rem;padding:3rem 10%}.footer-left{flex:50%;margin-bottom:2vh}.footer-right{flex:50%;display:flex;justify-content:space-between}.footer-right>div{flex:1;min-width:150px}.footer-logos{display:flex;flex-direction:column;gap:.5rem}.footer-logos .logo{max-width:160px;padding:1rem 0}.footer-links h4,.footer-contact h4,.footer-social h4{font-size:.9rem;font-weight:600;margin-bottom:.75rem}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links li{margin:.5rem 0}.footer-links a{font-size:.875rem;font-weight:500;color:var(--white-color);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--light-color)}.footer-contact span{display:flex;align-items:flex-start;margin:.9rem 0;gap:8px}.footer-contact p{margin:0;font-size:.875rem;font-weight:500;line-height:1.4}.footer-contact .icon{flex-shrink:0;color:var(--light-color);font-size:1rem;margin-top:2px}.footer-social .social-icons{display:flex;justify-content:flex-start;gap:1rem;margin-top:.5rem}.footer-social a{color:var(--white-color);font-size:1.1rem;transition:color .2s ease}.footer-social a:hover{color:var(--light-color)}.footer-bottom{text-align:center;background:var(--light-color);color:#000;padding:1rem;font-size:.8rem;font-weight:400;margin-top:1rem}@media (max-width: 900px){.footer-top{flex-direction:column;padding:2rem 8%;gap:2rem}.footer-right{flex-direction:column}.footer-right>div{width:100%}}@media (max-width: 800px){.footer-left,.footer-right{flex:100%}}@media (max-width: 600px){.footer-top{padding:2rem 5%;gap:1.5rem}.footer-logos .logo{max-width:140px}.footer-links a,.footer-contact p{font-size:.8rem}}@media (max-width: 400px){.footer-top{padding:1.5rem 1rem}.footer-logos .logo{max-width:120px}.footer-links h4,.footer-contact h4,.footer-social h4{font-size:.8rem}.footer-bottom{font-size:.7rem}.footer-social .social-icons{flex-wrap:wrap;gap:.75rem}}.header{height:60vh;width:100%;position:relative;overflow:hidden}.header img{width:100%;height:100%;object-fit:cover}.header-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#007dfb80 30%,#004a9574 50%)}.header-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;max-width:800px;text-align:center;color:#fff;padding:20px}.header-content h1{margin-bottom:10px;font-size:2.5rem}.header-content p{font-size:1.2rem;line-height:1.5}@media (max-width: 992px){.header{height:50vh}.header-content h1{font-size:2rem}.header-content p{font-size:1rem}}@media (max-width: 768px){.header{height:45vh}.header-content{padding:10px;max-width:90%}.header-content h1{font-size:1.6rem}.header-content p{font-size:.95rem}}@media (max-width: 480px){.header-content{top:60%;left:50%}.header{height:40vh}.header-content h1{font-size:1.4rem}.header-content p{font-size:.85rem}}.about-page{width:100%;font-family:Inter,sans-serif;color:#333}.about-section{padding:8vh 8%;display:flex;justify-content:center;align-items:center;flex-direction:column}.light-section{background:#fff}.dark-section{background:var(--dark-color, #002244);color:#fff;background-image:url(/assets/download-B_W4evXl.png);background-size:cover;background-position:center;background-blend-mode:overlay}.about-content{display:flex;gap:4rem;align-items:center;flex-wrap:wrap;max-width:1200px;width:100%}.about-content.reverse{flex-direction:row}.about-image{flex:1;max-width:500px;overflow:hidden;border-radius:16px}.about-image img{width:100%;height:auto;border-radius:16px;transition:transform .4s ease}.about-image img:hover{transform:scale(1.05)}.about-text{flex:1}.about-text h2{font-size:2.2rem;margin-bottom:1rem;line-height:1.3;color:var(--primary-color, #007dfb)}.about-text p{margin-bottom:1rem;line-height:1.6}.about-btn{padding:12px 24px;background:var(--primary-color, #007dfb);color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.about-btn:hover{background:#005bb5}.about-text-full{max-width:900px;text-align:center}.about-text-full h2{font-size:2rem;margin-bottom:1rem;color:var(--primary-color, #007dfb)}.cweel-image{max-width:900px;width:100%;display:flex;justify-content:center;margin-top:5vh}.cweel-image img{width:100%;max-height:400px;object-fit:cover;border-radius:12px;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.cweel-image img:hover{transform:scale(1.03)}@media (max-width: 1024px){.about-content{flex-direction:column;text-align:center}.about-content.reverse{flex-direction:column}.about-image{max-width:100%}.about-text h2{font-size:1.8rem}.about-btn{margin-top:1rem}}@media (max-width: 600px){.about-section{padding:6vh 5%}.about-text h2{font-size:1.5rem}.about-text p{font-size:.95rem}.about-btn{font-size:.9rem;padding:10px 20px}.cweel-image img{max-height:300px}}.goals-card{width:100%;background:linear-gradient(180deg,#f9fbff,#fff);padding:6vh 8%;text-align:center;font-family:Inter,sans-serif}.goals-card h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;letter-spacing:1px}.goals-card .intro{font-size:1.1rem;color:#555;margin:0 auto 3rem;max-width:650px;line-height:1.6}.tile-holder{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem}.goal-tile{flex:1 1 calc(25% - 2rem);max-width:260px;background:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem 1.5rem;text-align:center;border-radius:20px;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease,background .3s ease;cursor:pointer}.goal-tile:hover{transform:translateY(-8px);box-shadow:0 15px 30px #00000014;background:#fffffff2}.goal-tile img{width:60px;height:60px;object-fit:contain;margin-bottom:1rem;transition:transform .3s ease}.goal-tile:hover img{transform:scale(1.1)}.goal-tile h3{font-size:1.2rem;font-weight:600;color:var(--dark-color);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.goal-tile p{font-size:.95rem;color:#666;line-height:1.5}.row-divider{width:100%;margin:4rem 0;border-top:1px solid rgba(0,0,0,.08)}@media (max-width: 1200px){.goal-tile{flex:1 1 calc(33.333% - 2rem)}}@media (max-width: 900px){.goal-tile{flex:1 1 calc(50% - 2rem)}.goals-card h2{font-size:2.2rem}.goals-card .intro{font-size:1rem}}@media (max-width: 600px){.goal-tile{flex:1 1 100%;padding:1.5rem}.goals-card{padding:5vh 6%}.goals-card h2{font-size:2rem}}.executive-card{width:100%;background-color:#f2f2f2;padding:10vh 10%;text-align:center}.executive-card h2{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.executive-card .intro{font-size:1rem;color:#555;margin-bottom:3rem}.executive-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.executive-member{background:#f9f9f9;border-radius:12px;padding:1.5rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.executive-member:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.executive-image{width:120px;height:120px;padding:2px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid var(--light-color);background-color:#f2f2f2}.executive-image img{width:100%;height:100%;object-fit:cover}.executive-member h3{font-size:1.1rem;font-weight:700;color:var(--dark-color);margin-bottom:.3rem}.executive-member .position{font-size:.95rem;color:#666}.view-more-btn{margin-top:2rem;padding:.8rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:25px;background-color:var(--middle-color);color:#fff;cursor:pointer;transition:background .3s}.view-more-btn:hover{background-color:var(--dark-color)}@media (max-width: 992px){.executive-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.executive-grid{grid-template-columns:1fr}.executive-card{padding:4vh 5%}}.cwell{height:60vh;width:100%;position:relative;overflow:hidden}.cwell img{width:100%;height:100%;object-fit:cover;display:block}.cwell-overlay{position:absolute;inset:0;background:#020a4db3;z-index:1}.cwell-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;max-width:90%;width:800px;text-align:center;color:#fff;padding:20px}.cwell-content h2{margin-bottom:15px;font-size:2.5rem;line-height:1.3;font-weight:700}.cwell-content p{font-size:1.1rem;line-height:1.6;max-width:650px;margin:0 auto}@media (max-width: 1024px){.cwell{height:55vh}.cwell-content h2{font-size:2rem}.cwell-content p{font-size:1rem}}@media (max-width: 768px){.cwell{height:auto;padding:60px 20px;text-align:center}.cwell-content{position:relative;transform:none;top:auto;left:0;text-align:center;width:100%;max-width:100%}.cwell-content h2{font-size:1.8rem}.cwell-content p{font-size:1rem}}@media (max-width: 480px){.cwell{padding:50px 15px}.cwell-content h2{font-size:1.5rem;line-height:1.4}.cwell-content p{font-size:.95rem;line-height:1.5}}.homepage{width:100%}.hero{position:relative;height:93vh;width:100%;color:#fff;overflow:hidden}.hero-swiper{height:100%}.hero-slide{height:93vh;width:100%;padding:0 10%;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:flex-start;position:relative}.overlay{position:absolute;inset:0;background:linear-gradient(0deg,#007dfb80 30%,#004a9574 50%);border-radius:0 0 550px}.hero-content{position:relative;z-index:2;max-width:800px;padding:20px 0}.hero-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.hero-text{font-size:1rem;margin-bottom:1.5rem;line-height:1.5}.hero-btn-icon{font-size:1.2rem;transition:transform .3s ease}.hero-btn:hover .hero-btn-icon{transform:translate(4px)}.slider-controls{position:absolute;bottom:12%;right:10%;z-index:10;display:flex;gap:1rem}.slider-controls button{background:var(--white-color);border:none;border-radius:2px;width:60px;height:60px;color:var(--dark-color);font-size:1.5rem;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background-color .3s ease}.slider-controls button:hover{background:#fff6}.bottom-hole{position:absolute;color:#000;bottom:-2%;left:10%;height:9vh;width:20vw;z-index:1200;background-color:#fff;border:none;border-top-right-radius:20px;border-top-left-radius:20px}.eclipse-dots{position:absolute;bottom:40%;right:20%;z-index:10;display:flex}.eclipse-dots2{position:absolute;top:0%;right:40%;z-index:10;display:flex}.eclipse-dots3{position:absolute;top:0%;right:0%;z-index:10;display:flex}.custom-pagination{position:absolute;left:50%;bottom:15%;transform:translate(-50%);z-index:10;height:100px;background-color:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:999px;padding:1.5rem .75rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.pagination-dot{position:relative;width:12px;height:12px;background-color:#fff;border-radius:50%;opacity:.6;cursor:pointer;transition:opacity .3s ease}.pagination-dot.active{opacity:1}.active-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;border:2px solid var(--primary-color, #2563eb);border-radius:50%}.scroll-indicator{position:absolute;height:50px;bottom:5%;left:50%;transform:translate(-50%);animation:bounce 1.5s infinite;z-index:5}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-10px)}}@media (max-width: 992px){.hero{height:85vh}.hero-slide{height:85vh;padding:0 6%}.hero-title{font-size:2.5rem}.hero-text{font-size:1.1rem}.slider-controls{bottom:10%;right:5%}.custom-pagination{bottom:12%;padding:1rem .5rem;gap:1rem}}@media (max-width: 768px){.hero{height:75vh}.hero-slide{height:75vh;padding:0 5%;justify-content:center;text-align:center}.hero-content{max-width:90%;padding:10px 0}.hero-title{font-size:2rem}.hero-text{font-size:1rem}.slider-controls{justify-content:space-between;width:60vw;bottom:8%;right:50%;transform:translate(50%);gap:.5rem}.slider-controls button{width:45px;height:45px;font-size:1.2rem}.custom-pagination{bottom:0%;height:auto;flex-direction:row;padding:.75rem 1rem;gap:1rem}.eclipse-dots,.eclipse-dots2,.eclipse-dots3,.bottom-hole{display:none}.overlay{border-radius:0 0 400px}}@media (max-width: 480px){.slider-controls{width:80vw}.hero{height:65vh}.hero-title{font-size:1.6rem}.hero-text{font-size:.9rem}.hero-btn{padding:.5rem 1rem;font-size:.9rem}.overlay{border-radius:0 0 300px}}.aboutsection{display:flex;align-items:center;justify-content:space-between;padding:15vh 10%;background:linear-gradient(0deg,#dff0fb91 50%,#ffffff2f 70%),url(/assets/aboutBg-PxaoKpxW.png);background-repeat:no-repeat;background-position:center;position:relative}.about-left{flex:1;display:flex;justify-content:left}.about-img-wrapper{width:56vh;height:56vh;border-bottom:20px solid var(--middle-color);border-right:20px solid var(--middle-color);position:relative;border-bottom-right-radius:100px;border-top-left-radius:100px;overflow:hidden;box-shadow:0 10px 25px #00000026}.about-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-img-wrapper:hover .about-img{transform:scale(1.05)}.img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0003,#0006);opacity:.4}.about-right{flex:1;display:flex;flex-direction:column;gap:1.2rem}.section-title{font-size:2rem;font-weight:700;color:var(--dark-color)}.section-subtitle{font-size:1rem;color:var(--middle-color)}.section-text{font-size:1.05rem;line-height:1.7;color:var(--dark-color)}.about-btn{align-self:flex-start;margin-top:1rem;padding:.8rem 1.8rem;border:none;border-radius:999px;background:linear-gradient(var(--middle-color),var(--dark-color));color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.about-btn:hover{background:var(--middle-color);transform:translateY(-3px)}@media (max-width: 992px){.aboutsection{flex-direction:column;text-align:center;padding:10vh 5%;gap:2rem}.about-img-wrapper{width:60vw;height:40vh;border-width:12px;border-bottom-right-radius:60px;border-top-left-radius:60px}.about-right{align-items:center}.about-btn{align-self:center}}@media (max-width: 600px){.aboutsection{padding:8vh 1.5rem;gap:1.5rem;background-size:cover}.about-img-wrapper{width:85vw;height:35vh;border-width:8px;border-bottom-right-radius:40px;border-top-left-radius:40px}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.section-text{font-size:.95rem;line-height:1.6}.about-btn{font-size:.9rem;padding:.7rem 1.4rem}}.membersection{background:var(--dark-color);background-image:url(/assets/download-B_W4evXl.png);background-position:center;background-size:cover;height:45vh;display:flex;justify-content:center;align-items:center;padding:5vh 2rem}.membersection-content{text-align:center;color:#fff;max-width:700px;padding:0 2rem}.membersection-content h3{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.membersection-content p{font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.membersection-content button{background:#fff;color:#0b52c3;font-weight:600;padding:.8rem 2rem;border:none;border-radius:999px;cursor:pointer;box-shadow:0 4px 10px #0003;transition:transform .2s ease,background .3s ease}.membersection-content button:hover{transform:scale(1.05);background:#f1f1f1}@media (max-width: 1024px){.membersection{height:auto;padding:8vh 2rem}.membersection-content h3{font-size:2rem}.membersection-content p{font-size:1rem}}@media (max-width: 600px){.membersection{padding:5vh 1.5rem;background-position:top}.membersection-content h3{font-size:1.6rem}.membersection-content p{font-size:.95rem;line-height:1.5}.membersection-content button{width:100%;padding:.9rem;font-size:1rem}}.recent-news{padding:10vh 10%;font-family:Arial,sans-serif;color:#1a1a1a;background:radial-gradient(var(--light-color),white)}.news-header{display:flex;flex-direction:column;margin-bottom:1.5rem}.news-header h3{font-size:1.8rem;font-weight:800;color:var(--dark-color);margin:0}.news-subtitle{color:var(--middle-color);font-size:.95rem;margin-top:.3rem}.news-flex{display:flex;justify-content:space-between;gap:1.5rem}.news-card{position:relative;border-radius:20px;overflow:hidden}.news-card img{width:100%;height:45vh;object-fit:cover}.news-card.large{background:var(--dark-color);background-image:url(/assets/back2-DrHS0Kb8.png);height:90vh;color:#fff;display:flex;flex-direction:column;justify-content:space-between;width:50%}.news-card.large .news-content{height:45%;padding:20px}.news-card.large h3{margin:.5rem 0;font-size:1.3rem}.news-card.large p{font-size:.95rem;opacity:.9}.read-more{display:inline-block;margin-top:.5rem;font-size:.9rem;color:#fff;text-decoration:none;font-weight:700}.news-list{display:flex;flex-direction:column;justify-content:space-between;width:40%}.news-card.small{height:28vh;display:flex;align-items:flex-end;border-radius:20px;overflow:hidden}.news-card.small .news-overlay{position:absolute;bottom:0;left:0;padding:.7rem;background:linear-gradient(0deg,#2566c299 30%,#ffffff03 70%);color:#fff;width:100%;height:50%}.news-card.small h4{margin:.2rem 0 0;font-size:.9rem;line-height:1.2}.tag{display:inline-block;padding:.2rem .7rem;font-size:.7rem;font-weight:700;border-radius:20px}.tag.events{background:#4a3aff;color:#fff}.tag.news{background:#1a73e8;color:#fff}.view-all{margin-top:1rem;text-align:right}.view-all a{color:#1a73e8;font-weight:700;text-decoration:none;font-size:.9rem}@media (max-width: 1024px){.news-card.large{height:70vh}.news-card.small{height:24vh}.news-card.large h3{font-size:1.1rem}}@media (max-width: 768px){.news-flex{flex-direction:column}.news-card.large,.news-list{width:100%}.news-card.large{height:auto}.news-card img{height:40vh}.news-list{gap:1rem}.news-card.small{height:40vh}}@media (max-width: 480px){.recent-news{padding:6vh 5%}.news-header h3{font-size:1.4rem}.news-subtitle{font-size:.85rem}.news-card.large .news-content{padding:15px}.news-card.large h3{font-size:1rem}.news-card.large p,.news-card.small h4{font-size:.8rem}.view-all{text-align:center;margin-top:1.5rem}}.shopsection{width:100%;height:auto;display:flex;align-items:center;justify-content:center;background:linear-gradient(to right,#2c368f,#0178f3);color:#fff;padding:2rem 10%}.shop-content{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.shop-texts{display:flex;flex-direction:column;gap:.5rem}.shop-title{font-size:2rem;font-weight:800;margin:0}.shop-subtitle{font-size:1rem;opacity:.9;margin:0}.shop-button{display:flex;align-items:center;gap:.5rem;background:#fff;color:#2c368f;font-weight:600;padding:.8rem 1.6rem;border-radius:50px;text-decoration:none;transition:.3s ease;white-space:nowrap}.shop-button:hover{background:var(--light-color)}.arrow-icon{font-size:1rem}@media (max-width: 992px){.shopsection{padding:2rem 5%}.shop-title{font-size:1.6rem}.shop-subtitle{font-size:.95rem}}@media (max-width: 768px){.shop-content{flex-direction:column;align-items:flex-start;text-align:left;gap:1.5rem}.shop-title{font-size:1.4rem}.shop-subtitle{font-size:.9rem}.shop-button{align-self:flex-start;padding:.7rem 1.4rem;font-size:.9rem}}@media (max-width: 480px){.shop-title{font-size:1.2rem}.shop-subtitle{font-size:.85rem}.shop-button{width:100%;justify-content:center}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.course-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 6px 12px #00000014;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:0 12px 20px #0000001f}.course-card-image{width:100%;height:200px;overflow:hidden;border-top-left-radius:20px;border-top-right-radius:20px}.course-card-image img{width:100%;height:100%;object-fit:cover}.course-card-content{padding:16px;display:flex;flex-direction:column;gap:10px}.course-card-content h3{font-size:1rem;font-weight:700;text-transform:uppercase;color:#0836c7;margin-bottom:6px}.course-card-content p{font-size:.9rem;color:#444;line-height:1.4;margin:4px 0}.course-buttons{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.course-buttons a{flex:1;text-align:center;text-decoration:none;padding:10px 12px;border-radius:12px;font-size:.9rem;font-weight:600;transition:all .3s ease}.view-btn{background:var(--middle-color);color:#fff}.view-btn:hover{background:#005bb5}.download-btn{background:var(--dark-color);color:var(--light-color);display:flex;justify-content:center;align-items:center;gap:6px}.download-btn:hover{background:var(--middle-color)}.courses-page{width:100%;min-height:100vh;background:#f9f9f9}.course-wrapper{padding:40px 10%}.courses-header{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;text-align:center}.courses-header h2{font-size:2rem;color:#2c2c2c}.courses-header span{color:#666;font-size:1rem}.courses-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:220px;max-width:350px}.search-box input{width:100%;padding:10px 14px 10px 36px;border:1px solid #ccc;border-radius:8px;outline:none;font-size:.95rem}.search-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#777;font-size:1rem}.courses-select{padding:10px 14px;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;font-size:.95rem}.view-toggle{display:flex;gap:8px}.view-icon{font-size:1.2rem;color:#888;cursor:pointer;transition:color .3s}.view-icon.active,.view-icon:hover{color:#007dfb}.courses-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;margin-top:40px}.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:40px 0;flex-wrap:wrap}.pagination button{border:none;background:#fff;padding:8px 14px;border-radius:8px;cursor:pointer;transition:background .3s,color .3s;border:1px solid #ddd;font-size:.95rem}.pagination button:hover{background:#f0f0f0}.pagination button.active{background:#007dfb;color:#fff;border:none}@media (max-width: 992px){.course-wrapper{padding:30px 6%}.courses-header h2{font-size:1.8rem}.courses-container{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width: 600px){.course-wrapper{padding:25px 5%}.courses-header h2{font-size:1.5rem}.courses-controls{flex-direction:column;align-items:stretch}.courses-select,.search-box{width:100%;max-width:100%}.view-toggle{justify-content:center}.courses-container{grid-template-columns:1fr}.pagination{gap:6px}.pagination button{padding:6px 10px;font-size:.85rem}}.newsevents{width:100%;min-height:100vh}.upcomingevents-holder{background-color:#f5f5f5;width:100%;padding:6vh 10%}.newsevents h2{margin-bottom:4vh}.newsevents-wraper{width:100%}.newsevents .latest-top-news{display:flex;justify-content:space-between;gap:40px;padding:5vh 10%;flex-wrap:wrap}.newsevents .latest-news-left{flex:1 1 60%;padding:20px 30px 20px 0}.newsevents .latest-news-right{flex:1 1 35%;padding:20px 0 20px 30px}.newsevents .search-box{margin-bottom:5vh;display:flex;align-items:center;gap:10px}.newsevents .search-box input{width:100%;max-width:400px;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}.newsevents .pagination{display:flex;gap:8px;margin-top:20px}.newsevents .pagination button{padding:8px 14px;border:none;background:#f0f0f0;border-radius:6px;cursor:pointer;transition:all .2s ease}.newsevents .pagination button.active{background:#007bff;color:#fff}.newsevents .pagination button:hover{background:#e0e0e0}@media (max-width: 1024px){.newsevents .latest-top-news{padding:4vh 6%}}@media (max-width: 768px){.newsevents .latest-top-news{flex-direction:column;padding:4vh 5%}.newsevents .latest-news-left,.newsevents .latest-news-right{width:100%;padding:15px 0}.upcomingevents-holder{padding:5vh 6%}}@media (max-width: 480px){.newsevents h2{font-size:1.3rem;margin-bottom:3vh}.newsevents .search-box input{max-width:100%}.newsevents .pagination button{padding:6px 10px;font-size:.9rem}}.upcoming-card{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:15px;margin-bottom:3vh;flex-wrap:wrap}.upcoming-card .upcoming-date{flex:0 0 15%;min-width:80px;background-color:var(--dark-color);border-radius:10px;padding:14px;text-align:center}.upcoming-card .upcoming-date span{display:block;font-size:clamp(.9rem,1.2vw,1.1rem);color:var(--light-color)}.upcoming-card .upcoming-date h3{margin-top:4px;font-size:clamp(1rem,1.5vw,1.2rem);color:var(--white-color)}.upcoming-card .upcoming-desc{flex:1;background-color:#d9d9d9;border-radius:10px;padding:14px}.upcoming-card .upcoming-desc h3{margin-bottom:6px;font-size:clamp(1rem,1.6vw,1.3rem);color:var(--dark-color)}.upcoming-card .upcoming-desc p{font-size:clamp(.85rem,1.2vw,1rem);color:#000}@media (max-width: 768px){.upcoming-card{flex-direction:column;align-items:flex-start;gap:0px}.upcoming-card .upcoming-date{width:100%;max-width:150px;margin-bottom:0;border-bottom-left-radius:0}.upcoming-card .upcoming-desc{border-top-left-radius:0;width:100%;margin-top:0}}@media (max-width: 480px){.upcoming-card .upcoming-date{max-width:120px;padding:10px}.upcoming-card .upcoming-desc{padding:12px}}.latest-news-card{width:100%;display:flex;justify-content:space-between;border-radius:20px;overflow:hidden;border:none;margin-bottom:3vh;flex-wrap:wrap}.latest-news-card .latest-news-cardimg{width:35%;height:28vh;flex-shrink:0}.latest-news-card .latest-news-cardimg img{width:100%;height:100%;object-fit:cover}.latest-news-card .latest-news-card-desc{width:65%;background-color:var(--dark-color);padding:15px 20px;display:flex;flex-direction:column;justify-content:center;color:var(--white-color)}.latest-news-card .latest-news-card-desc h3{margin-bottom:1vh;font-size:clamp(1rem,1.8vw,1.5rem)}.latest-news-card .latest-news-card-desc p{color:var(--light-color);font-size:clamp(.85rem,1.5vw,1rem)}.latest-news-card .latest-news-card-desc .hero-btn{width:max-content;display:inline-block;background-color:var(--middle-color);color:var(--white-color);text-decoration:none;border-radius:6px;margin-top:2vh;font-size:clamp(.85rem,1.2vw,1rem);padding:8px 16px;transition:background .3s ease}.latest-news-card .latest-news-card-desc .hero-btn:hover{background-color:var(--light-color);color:#000}@media (max-width: 768px){.latest-news-card{flex-direction:column;align-items:center;text-align:center}.latest-news-card .latest-news-cardimg{width:100%;height:200px}.latest-news-card .latest-news-card-desc{width:100%;height:auto;padding:20px}.latest-news-card .latest-news-card-desc .hero-btn{margin:15px auto 0}}.top-events-card{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:15px;margin-bottom:3vh;flex-wrap:wrap}.top-events-card .top-events-date{flex:0 0 15%;min-width:80px;background-color:var(--dark-color);border-radius:10px;padding:14px;text-align:center}.top-events-card .top-events-date span{display:block;font-size:clamp(.9rem,1.2vw,1.1rem);color:var(--light-color)}.top-events-card .top-events-date h3{margin-top:4px;font-size:clamp(1rem,1.5vw,1.2rem);color:var(--white-color)}.top-events-card .top-events-desc{flex:1;background-color:#d9d9d9;border-radius:10px;padding:14px}.top-events-card .top-events-desc h3{margin-bottom:6px;font-size:clamp(1rem,1.6vw,1.3rem);color:var(--dark-color)}.top-events-card .top-events-desc p{font-size:clamp(.85rem,1.2vw,1rem);color:#000}@media (max-width: 768px){.top-events-card{flex-direction:column;align-items:flex-start;gap:0px}.top-events-card .top-events-date{width:100%;max-width:150px;margin-bottom:0;border-bottom-left-radius:0}.top-events-card .top-events-desc{width:100%;border-top-left-radius:0}}@media (max-width: 480px){.top-events-card .top-events-date{max-width:120px;padding:10px}.top-events-card .top-events-desc{padding:12px}}.contactus{width:100%}.contact-form-container{background:linear-gradient(to bottom,#0073ff,#003b99);padding:clamp(2rem,5vw,3rem) 1rem;display:flex;justify-content:center;align-items:center}.contact-form{background:#fff;border-radius:20px;padding:clamp(1.5rem,4vw,2rem);max-width:700px;width:100%;box-shadow:0 6px 18px #0000001a}.form-title{font-size:clamp(1.3rem,2vw,1.5rem);font-weight:700;color:#273c8c;margin-bottom:.3rem;text-align:center}.form-subtitle{font-size:clamp(.9rem,1.8vw,1rem);color:#333;margin-bottom:1.5rem;text-align:center}.form-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.form-group{flex:1 1 100%;display:flex;flex-direction:column}label{font-weight:600;font-size:clamp(.85rem,1.6vw,.9rem);margin-bottom:.3rem;color:#273c8c}input,textarea{border:1px solid #ccc;border-radius:20px;padding:clamp(.6rem,1.2vw,.7rem) 1rem;font-size:clamp(.9rem,1.6vw,1rem);outline:none;width:100%}textarea{resize:none;min-height:100px}.phone-input{display:flex;align-items:center;border:1px solid #ccc;border-radius:20px;overflow:hidden}.country-code{background:#f5f5f5;padding:clamp(.6rem,1.2vw,.7rem) .8rem;font-weight:600;font-size:clamp(.85rem,1.6vw,.95rem);border-right:1px solid #ccc}.phone-input input{border:none;flex:1;padding:clamp(.6rem,1.2vw,.7rem) 1rem;outline:none}.submit-btn{background:#273c8c;color:#fff;border:none;border-radius:25px;padding:clamp(.7rem,1.5vw,.8rem) 2rem;font-size:clamp(.9rem,1.8vw,1rem);font-weight:600;margin-top:1rem;cursor:pointer;transition:background .3s ease;width:100%}.submit-btn:hover{background:#1b2c66}@media (min-width: 600px){.form-group{flex:1 1 calc(50% - 1rem)}.submit-btn{width:auto;display:block;margin-left:auto;margin-right:auto}}@media (min-width: 1024px){.contact-form-container{padding:4rem 2rem}}.contacts-container{background-color:#273c8c;color:#fff;border-radius:16px;padding:5vh 2rem;text-align:center;max-width:900px;margin:5rem auto}.contacts-title{font-size:1.4rem;font-weight:600;margin-bottom:2rem}.contacts-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.8rem;flex:1;min-width:220px;justify-content:center;border-right:1px solid rgba(255,255,255,.4);padding:.8rem 0}.contact-item:last-child{border-right:none}.contact-icon{font-size:2rem;color:#fff}.contact-label{font-weight:600;font-size:1rem}.contact-info{font-size:.95rem;margin-top:.2rem}@media (max-width: 768px){.contacts-grid{flex-direction:column;align-items:center;gap:1.5rem}.contact-item{border-right:none;width:100%;justify-content:flex-start;padding-left:1rem}.contacts-title{font-size:1.3rem}}@media (max-width: 480px){.contacts-container{padding:3rem 1rem;margin:3rem 1rem}.contacts-title{font-size:1.2rem}.contact-icon{font-size:1.6rem}.contact-label{font-size:.95rem}.contact-info{font-size:.85rem}}.office-location{padding:3rem 1rem;text-align:center}.location-title{font-size:1.5rem;font-weight:700;color:#273c8c;margin-bottom:1.5rem}.map-container{width:100%;max-width:900px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 4px 10px #00000026}.individual-member{text-align:center;padding:10vh 1rem}.corporate-member{text-align:center;padding:8vh 1rem;background:#f7f7f7}.member-title{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#273c8c;margin-bottom:.5rem}.member-desc{font-size:clamp(.9rem,1.2vw,1rem);color:#444;max-width:700px;margin:0 auto 2rem;line-height:1.5}.member-buttons{display:flex;flex-direction:column;align-items:center;gap:.8rem;margin-bottom:1.5rem}.member-buttons button{width:100%;max-width:280px}.download-btn{background:transparent;border:none;font-size:1rem;font-weight:600;color:#273c8c;cursor:pointer}.application-btn{background:#0073ff;color:#fff;padding:.8rem 2rem;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease}.application-btn:hover{background:#005cd1}.payment-toggle{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:4rem 0;font-weight:600;color:#273c8c;flex-wrap:wrap}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:34px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#273c8c}input:checked+.slider:before{transform:translate(26px)}.membership-cards{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.card{background:#fff;border-radius:20px;padding:2rem 1.5rem;flex:1 1 220px;max-width:260px;box-shadow:0 4px 10px #0000001a;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.price-circle{position:absolute;top:-30px;left:50%;transform:translate(-50%);border-radius:50%;width:80px;height:80px;font-weight:700;font-size:.9rem;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.2}.blue{background:#0073ff}.brown{background:#a1652f}.grey{background:#666}.gold{background:#e1b200}.card h3{margin-top:60px;font-size:1rem;font-weight:700}.registration{margin-top:.5rem;font-size:.9rem;color:#555}.fee{font-size:1rem;font-weight:600;margin-bottom:1rem}.purchase-btn{padding:.6rem 1.2rem;border-radius:20px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;color:#fff;width:100%}.purchase-btn.blue{background:#0073ff}.purchase-btn.brown{background:linear-gradient(to right,#ce8946,#684523)}.purchase-btn.grey{background:linear-gradient(to right,#000,#a09f9f,#000)}.purchase-btn.gold{background:linear-gradient(to right,#ad6f34,#d4af37,#ad6f34)}@media (max-width: 768px){.member-buttons{flex-direction:column}.membership-cards{gap:1rem}.card{max-width:100%;margin-bottom:10vh}.payment-toggle{margin:4rem 0}}@media (max-width: 480px){.price-circle{width:70px;height:70px;font-size:.8rem}.member-title{font-size:1.3rem}.member-desc{font-size:.85rem}}.payment-details{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem 10%}.payment-card{flex:1;min-width:320px;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #0000001a;line-height:1.6;font-size:.95rem}.payment-card h2{font-size:1.3rem;font-weight:700;margin-bottom:1rem}.payment-card h3{font-size:1rem;font-weight:600;margin-top:1.5rem}.payment-card ul,.payment-card ol{margin:.5rem 0 1rem 1.5rem}.payment-card a{color:#007bff;text-decoration:none}.payment-card a:hover{text-decoration:underline}.bank{background:#2a2d7c;color:#fff}.bank a{color:var(--light-color);font-weight:700}.bank h2,.bank h3{color:#fff}.mpesa{background:#f7f7f7;color:#333}.note{font-style:italic;margin-top:1rem}.research-dev{width:100%}.researchfocus{text-align:left;padding:8vh 8%;width:100%;margin:0 auto;box-sizing:border-box}.researchfocus-title{font-size:2.2rem;font-weight:700;color:#1c2c7a;line-height:1.3}.researchfocus-subtitle{margin:8px 0 32px;color:#333;font-size:1.1rem;max-width:700px}.researchfocus-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.researchfocus-card{background:#f5f5f5;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.researchfocus-card:hover{transform:translateY(-5px);box-shadow:0 6px 18px #0000001a}.researchfocus-card-image{height:160px;background-color:#2d3293;flex-shrink:0}.researchfocus-card-content{padding:20px}.researchfocus-card-content h3{font-size:1.1rem;font-weight:700;color:#2d3293;margin-bottom:10px;line-height:1.4}.researchfocus-card-content p{font-size:.95rem;color:#444;margin-bottom:15px}.researchfocus-button{background:#007bff;color:#fff;border:none;border-radius:20px;padding:10px 18px;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .3s ease}.researchfocus-button:hover{background:#0056b3}.researchfocus .arrow{font-weight:700}@media (max-width: 1024px){.researchfocus-title{font-size:2rem}.researchfocus-subtitle{font-size:1rem}}@media (max-width: 768px){.researchfocus{padding:8vh 6%}.researchfocus-title{font-size:1.8rem}.researchfocus-subtitle{font-size:.95rem}.researchfocus-card-image{height:140px}}@media (max-width: 480px){.researchfocus{padding:6vh 5%}.researchfocus-title{font-size:1.6rem}.researchfocus-subtitle{font-size:.9rem;margin-bottom:24px}.researchfocus-card-content{padding:16px}.researchfocus-card-content h3{font-size:1rem}.researchfocus-card-content p{font-size:.85rem}.researchfocus-button{padding:8px 14px;font-size:.85rem}}.publications{padding:8vh 8%;width:100%;background-color:#fafafa;font-family:Arial,sans-serif}.publications-title{font-size:2rem;font-weight:700;color:#1c2c7a;text-align:center}.publications-subtitle{margin:8px 0 30px;color:#333;font-size:1rem;text-align:center}.publications-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:30px}.publication-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.publication-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.card-top{height:150px;background-color:#2d3293}.card-content{padding:16px}.author{font-size:.85rem;color:#555;margin-bottom:8px;display:flex;align-items:center;gap:5px}.card-content h3{font-size:1.1rem;font-weight:700;color:#2d3293;margin-bottom:10px}.card-content p{font-size:.9rem;color:#444;margin-bottom:15px;line-height:1.5}.card-footer{display:flex;flex-wrap:wrap;gap:8px;font-size:.8rem;color:#555}.card-footer span{display:flex;align-items:center;gap:4px}.pagination{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-top:20px}.page-btn{padding:8px 14px;border-radius:8px;border:none;background:#e0e0e0;cursor:pointer;transition:background .3s ease}.page-btn.active{background:#1c2c7a;color:#fff}.page-btn.disabled{background:#ccc;cursor:not-allowed}.page-btn:hover:not(.disabled):not(.active){background:#d0d0d0}@media (max-width: 1024px){.publications{padding:8vh 6%}}@media (max-width: 768px){.publications-title{font-size:1.8rem}.card-top{height:130px}}@media (max-width: 480px){.publications{padding:6vh 4%}.publications-title{font-size:1.6rem}.card-content h3{font-size:1rem}.card-content p{font-size:.85rem}.card-footer{font-size:.75rem}}.discover-container{display:flex;justify-content:space-between;align-items:center;padding:10vh 10%;background:linear-gradient(to right,#2c3e50,#4a69bd);color:#fff;font-family:Arial,sans-serif;gap:30px}.text-content{max-width:60%}.title{font-size:2.5em;font-weight:700;margin-bottom:15px}.description{font-size:1.2em;font-weight:300;line-height:1.5}.read-more-button{background:#fff;color:#4a69bd;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;transition:transform .3s ease,background .3s ease,color .3s ease;display:inline-flex;align-items:center;white-space:nowrap}.read-more-button:hover{transform:scale(1.05);background:#4a69bd;color:#fff}.arrow{margin-left:10px}@media (max-width: 1024px){.title{font-size:2.2em}.description{font-size:1.1em}.read-more-button{font-size:1em;padding:14px 28px}}@media (max-width: 768px){.discover-container{flex-direction:column;text-align:center;padding:8vh 8%}.text-content{max-width:100%}.title{font-size:2em}.description{font-size:1em}.read-more-button{margin-top:20px}}@media (max-width: 480px){.discover-container{padding:6vh 5%}.title{font-size:1.8em}.description{font-size:.95em;line-height:1.4}.read-more-button{width:100%;justify-content:center;font-size:.95em;padding:12px 24px}}.gallery{width:100%}.gallery-container{padding:8vh 10%;width:100%;font-family:Segoe UI,Arial,sans-serif;color:#333}.image-loader{display:flex;align-items:center;justify-content:center;height:240px;background:#f6f6f6}.gallery-img.hidden{display:none}.gallery-img.visible{display:block;width:100%;height:100%;object-fit:cover;animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-container{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.nav-arrows{display:flex;align-items:center;gap:12px;justify-content:center}.arrow-left,.arrow-right{font-size:2.2em;color:#777;cursor:pointer;transition:color .3s,transform .2s ease}.arrow-left:hover,.arrow-right:hover{color:var(--dark-color);transform:scale(1.1)}.button-group{display:flex;gap:12px;padding:6px 16px;border-radius:50px;background:#f3f3f3;box-shadow:inset 0 2px 4px #0000000f}.filter-button{border:none;background:transparent;padding:6px 20px;border-radius:50px;cursor:pointer;font-weight:500;transition:all .3s ease;white-space:nowrap}.filter-button:hover{background:#00000014}.filter-button.active{background-color:var(--dark-color);color:#fff}.search-and-year-filters{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.search-bar{padding:10px 15px;border-radius:30px;border:1px solid #ccc;width:260px;transition:all .3s;font-size:.95em}.search-bar:focus{border-color:var(--dark-color);outline:none;box-shadow:0 0 6px #0000001a}.year-filters{display:flex;gap:15px;flex-wrap:wrap}.year-label{display:flex;align-items:center;gap:6px;font-size:.95em;cursor:pointer;transition:color .3s}.year-label:hover{color:var(--dark-color)}.view-toggle{display:flex;border:1px solid #ccc;border-radius:8px;overflow:hidden;margin-left:auto}.view-button{background:transparent;border:none;padding:8px 12px;cursor:pointer;color:#999;transition:all .3s}.view-button:hover{background:#0000000d}.view-button.active{background-color:var(--dark-color);color:#fff}.folder-title{font-size:1.6em;font-weight:600;margin-bottom:25px;text-align:center;color:var(--dark-color);letter-spacing:.5px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px}.gallery-item{border-radius:12px;overflow:hidden;box-shadow:0 6px 14px #00000014;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.gallery-item:hover{transform:translateY(-6px);box-shadow:0 10px 20px #0000002e}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item:hover img{transform:scale(1.05)}.pagination{display:flex;justify-content:center;align-items:center;margin-top:40px;gap:12px}.page-arrow,.page-number{background-color:#f8f8f8;border:1px solid #ddd;padding:10px 16px;border-radius:8px;cursor:pointer;min-width:42px;text-align:center;font-weight:500;transition:all .3s}.page-arrow:hover,.page-number:hover{background-color:#00000014}.page-number.active{background-color:var(--dark-color);color:#fff;border-color:var(--dark-color)}.page-number.disabled{background-color:transparent;color:#999;border:none}@media (max-width: 1024px){.gallery-container{padding:6vh 4%}}@media (max-width: 768px){.gallery-container{padding:5vh 3%}.button-group{flex-wrap:wrap;justify-content:center;border-radius:20px;padding:6px 10px;gap:6px}.search-bar{width:200px}.folder-title{font-size:1.4em}}@media (max-width: 480px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:15px}.search-bar{width:100%}.view-toggle{margin-left:0}.folder-title{font-size:1.2em}}.constitution{width:100%;font-family:Segoe UI,Arial,sans-serif;font-family:Segoe UI,Roboto,Arial,sans-serif;line-height:1.7;color:#333;background:#f9f9fb}.constitution-wrapper{padding:8vh 10%;width:100%}.constitution-title{font-size:2rem;font-weight:700;color:#273c8c;text-align:center;margin-bottom:1rem}.constitution-intro{font-size:1rem;color:#555;text-align:center;max-width:700px;margin:0 auto 2rem}.constitution-sections{display:flex;flex-direction:column;gap:1rem}.constitution-item{background:#fff;border-radius:12px;box-shadow:0 2px 6px #0000001a;overflow:hidden}.constitution-item summary{cursor:pointer;padding:1rem 1.2rem;font-weight:600;font-size:1.1rem;background:#e8ebf8;color:#273c8c;list-style:none}.constitution-item[open] summary{background:#d7defa}.constitution-item summary::-webkit-details-marker{display:none}.constitution-content{padding:1rem 1.2rem;font-size:.95rem;color:#444}@media (max-width: 768px){.constitution-title{font-size:1.6rem}.constitution-item summary{font-size:1rem}}@media (max-width: 480px){.constitution{padding:5vh 1rem}.constitution-content{font-size:.9rem}}.constitution-download{margin:20px 0;text-align:center}.download-btn{display:inline-block;padding:12px 20px;background-color:#06c;color:#fff;font-weight:700;border-radius:6px;text-decoration:none;transition:background-color .3s ease}.download-btn:hover{background-color:#004c99}.products-page{width:100%}.products-wrapper{background:linear-gradient(white,var(--light-color));min-height:100vh;width:100%;padding:0 10% 60px}.page-title{font-size:2.8rem;color:var(--dark-color);margin-bottom:2vh;padding:5vh 0 30px;font-weight:700;letter-spacing:1px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:40px;justify-items:center}.product-card{background:#ffffffbf;border-radius:20px;box-shadow:0 8px 10px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .35s ease;text-align:center;overflow:hidden}.product-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 15px 10px #0178f340}.product-image{width:100%;height:260px;object-fit:contain;background:var(--light-color);padding:20px;border-radius:20px;border-bottom:1px solid rgba(0,0,0,.05)}.product-image img{width:100%;height:100%;border-radius:10px}.product-info{padding:25px 20px}.product-name{font-size:1.2rem;color:var(--dark-color);font-weight:600;margin-bottom:10px}.product-price{font-size:1.1rem;color:var(--middle-color);font-weight:700;margin-bottom:20px}.buy-btn{background:linear-gradient(90deg,#0178f3,#141b62);color:#fff;border:none;padding:12px 24px;border-radius:30px;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 4px 5px #0178f333;transition:all .3s ease}.buy-btn:hover{background:linear-gradient(90deg,#141b62,#0178f3);box-shadow:0 6px 20px #0178f34d}@media (max-width: 1024px){.products-wrapper{padding:0 5%}.page-title{font-size:2.2rem;padding:40px 0 20px}.product-image{height:220px;padding:15px}}@media (max-width: 768px){.products-wrapper{padding:0 5%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.page-title{font-size:2rem;text-align:center;padding:30px 0 20px}.product-image{height:200px;padding:10px}.product-name{font-size:1rem}.product-price{font-size:.95rem}.buy-btn{padding:10px 20px;font-size:.85rem}}@media (max-width: 480px){.products-wrapper{padding:0 3%}.products-grid{grid-template-columns:1fr;gap:20px}.product-image{height:180px;padding:8px}.page-title{font-size:1.8rem}}.newsdetails{width:100%;background:#fafafa;min-height:100vh;font-family:Inter,sans-serif;color:#333;line-height:1.7}.news-details-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:3rem;padding:6vh 10%}.news-article{background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 6px 16px #0000000f}.news-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#111}.news-meta{font-size:.9rem;color:#777;margin-bottom:1.5rem}.news-cover img{width:100%;height:auto;border-radius:10px;margin-bottom:1.5rem}.news-content p{font-size:1.05rem;margin-bottom:1.2rem}.news-sidebar{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 6px 16px #0000000d}.news-sidebar h3{font-size:1.2rem;margin-bottom:1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.news-sidebar ul{list-style:none;padding:0;margin:0}.news-sidebar li{margin-bottom:.9rem}.news-sidebar a{color:#06c;text-decoration:none;transition:color .2s ease}.news-sidebar a:hover{color:#049}.comments-section{grid-column:1 / -1;margin-top:3rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 6px 16px #0000000d}.comments-section h3{font-size:1.4rem;margin-bottom:1.5rem}.comment-list{list-style:none;padding:0;margin:0 0 2rem}.comment{padding:1rem 1.2rem;margin-bottom:1rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #06c}.comment strong{color:#111}.comment a{display:inline-block;margin:.3rem 0;color:#06c;font-size:.9rem;text-decoration:none}.comment a:hover{text-decoration:underline}.comment-form h3{font-size:1.2rem;margin-bottom:.3rem}.comment-form p{font-size:.9rem;color:#666;margin-bottom:1rem}.comment-form textarea,.comment-form input{width:100%;padding:.9rem;margin-bottom:1rem;border-radius:8px;border:1px solid #ddd;font-size:1rem;background:#fff;transition:border .2s ease}.comment-form textarea:focus,.comment-form input:focus{border-color:#06c;outline:none}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.submit-btn{padding:.8rem 1.5rem;background:#06c;color:#fff;border:none;border-radius:50px;font-size:1rem;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:#004a99}@media (max-width: 992px){.news-details-wrapper{grid-template-columns:1fr}.news-sidebar{margin-top:2rem}}.notfound-content{text-align:center;padding:4rem 1rem;font-family:Inter,sans-serif;color:#333}.notfound-content h1{font-size:2.5rem;margin-bottom:1rem;color:#222}.notfound-content p{font-size:1.1rem;margin-bottom:2rem;color:#555;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.notfound-link{display:inline-block;margin-top:1rem;padding:.75rem 1.75rem;background:#007bff;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background .3s ease,transform .2s ease}.notfound-link:hover{background:#0056b3;transform:translateY(-2px)}.notfound-link:active{transform:translateY(0)}
