@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);.content-page{background-color:#0f172a;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;overflow-x:hidden}.bg-container{align-items:center;background:#2d3748;display:flex;height:75vh;justify-content:center;width:100%}.bg-image{background:url(/sports/static/media/gymkhana.5a0933a618ea4b30bf1c.jpg) no-repeat 50%/cover;filter:blur(3px) brightness(.6);height:100%;left:0;position:absolute;top:0;transform:scale(1);transition:transform .3s ease;width:100%}.bg-container:hover .bg-image{transform:scale(1.02)}.bg-text{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;max-width:800px;text-align:center;width:100%;z-index:2}.wl1{color:#fff;font-size:1.8rem;font-weight:600;letter-spacing:.1em;margin-bottom:.5rem;opacity:.95;text-shadow:0 2px 4px #0000004d;text-transform:uppercase}.wl2{color:#3ee5e5;font-size:4.2rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:0;text-shadow:0 4px 8px #0006}.iitb-text{animation:fadeInIITB 1s ease-in-out .5s forwards;margin-right:1rem}.iitb-text,.sports-text{display:inline-block;opacity:0}.sports-text{animation:fadeInSports 1s ease-in-out 1.25s forwards}@keyframes fadeInIITB{0%{opacity:0;transform:translateY(30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeInSports{0%{opacity:0;transform:translateY(30px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.wl2:after{width:80%}.about,.blackCats,.sportApp{background:#fff;border:1px solid #0000000d;border-radius:24px;box-shadow:0 10px 40px #00000014,0 4px 20px #0000000a;display:flex;gap:3rem;margin:3rem auto;max-width:1200px;padding:4rem 3rem;position:relative;transition:all .3s ease}.about:hover,.blackCats:hover,.sportApp:hover{box-shadow:0 20px 60px #0000001f,0 8px 30px #00000014;transform:translateY(-8px)}.aboutimg{border-radius:20px;box-shadow:0 8px 30px #0000001f;height:300px;object-fit:contain;padding:1rem;transition:transform .3s ease;width:300px}.aboutimg:hover{transform:scale(1.05)}#blacat h4,.aboutus h4,.sportApp h4{color:#fff;display:inline-block;font-size:2.8rem;font-weight:800;margin-bottom:1.5rem;position:relative}#blacat h4:after,#sportsapp h4:after,.aboutus h4:after{background:#3ee5e5;border-radius:3px;bottom:-12px;content:"";height:5px;left:0;position:absolute;text-align:center;width:100%}.about-text-para{color:#fff}.aboutText,.apptext{color:#fff;flex:1 1;font-size:1.15rem;line-height:1.8;text-align:center;width:100%}.aboutText p,.apptext p{margin-bottom:1.5rem}.slogan{background:linear-gradient(135deg,#3ee5e50d,#3ee5e51a);border:3px solid #3ee5e5;border-radius:15px;color:#3ee5e5;font-size:2rem;font-weight:900;letter-spacing:.1em;margin-top:2rem;overflow:hidden;padding:1.5rem;position:relative;text-align:center;text-transform:uppercase}.slogan:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#3ee5e51a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.bg-container{background:linear-gradient(135deg,#3ee5e50d,#3ee5e51a);border-bottom:3px solid #3ee5e5;color:#3ee5e5;font-size:1.1rem}.app-slogan,.bg-container{font-weight:900;letter-spacing:.1em;overflow:hidden;padding:1.5rem;position:relative;text-align:center;text-transform:uppercase}.app-slogan{background:linear-gradient(135deg,#50ffb91a,#50ffb91a);border:3px solid #50ffb9;border-radius:15px;color:#50ffb9;font-size:1.5rem;margin-top:2rem}.app-slogan:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#50ffb91a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes heading-shimmer{0%{left:-100%;top:-100%}to{left:100%;top:100%}to{background-position:-100% -100%}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.about,.blackCats{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #ffffff1a;color:#fff}.about{margin-top:50px}.blackCats .aboutText{color:#e2e8f0}#blacat h4{color:#f7fafc}#blacat h4:after{background:linear-gradient(135deg,gold,#ffed4e)}#catimg{background:#ffd7001a;border:3px solid gold}#sportsapp h4:after{background:linear-gradient(135deg,#50ffb9,#47ff91)}.sportApp{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 10px 40px #00000014,0 4px 20px #0000000a;color:#fff;display:flex;gap:3rem;margin:3rem auto;max-width:1200px;padding:4rem 3rem;position:relative;transition:all .3s ease}.appImages{height:400px;padding:16px;position:relative;width:233px}.sportsimage{animation:fadeinout 5s linear infinite;height:400px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.sportsimage:first-child{animation-delay:0s}.sportsimage:nth-child(2){animation-delay:1s}.sportsimage:nth-child(3){animation-delay:2s}.sportsimage:nth-child(4){animation-delay:3s}.sportsimage:nth-child(5){animation-delay:4s}@keyframes fadeinout{0%{opacity:0}10%{opacity:1}30%{opacity:1}40%{opacity:0}to{opacity:0}}.sportApp:hover{box-shadow:0 20px 60px #0000001f,0 8px 30px #00000014;transform:translateY(-8px)}.sportApp .apptext{color:#fff;flex:1 1;font-size:1.15rem;line-height:1.8;text-align:center}.sportApp-content{align-items:start;display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}@media (max-width:1024px){.about,.blackCats,.sportApp{align-items:center;justify-content:center;margin:2rem 1rem}.sportApp-content{align-items:center}.bg-container{height:60vh}.aboutimg{height:250px;margin-bottom:2rem;width:250px}}@media (max-width:768px){.about,.blackCats,.sportApp{align-items:center;flex-direction:column;padding:3rem 2rem;text-align:center}.wl1{font-size:1.4rem}.wl2{font-size:3rem}.bg-container{height:45vh}.about,.blackCats,.sportApp{margin:2rem 1rem;padding:2.5rem 1.5rem}#blacat h4,#sportsapp h4,.aboutus h4{font-size:2.2rem}.aboutimg{height:200px;width:200px}.aboutText,.apptext{font-size:1rem}.slogan{font-size:1.6rem;padding:1.2rem}}@media (max-width:480px){.about,.blackCats,.sportApp{flex-direction:column;padding:3rem 2rem;text-align:center}.bg-container{height:45vh}.wl2{font-size:2.4rem}.about,.blackCats,.sportApp{align-items:center;border-radius:16px;padding:2rem 1rem}.sportApp{flex-direction:column}.sportApp-content{align-items:center}.aboutimg{height:180px;width:180px}#blacat h4,#sportsapp h4,.aboutus h4{font-size:1.8rem}.slogan{font-size:1.4rem}}@media (prefers-reduced-motion:reduce){.about,.aboutimg,.bg-image,.blackCats,.iitb-text,.slogan:before,.sportApp,.sports-text{animation:none;transition:none}}.about:focus-within,.blackCats:focus-within,.sportApp:focus-within{outline:3px solid #4299e1;outline-offset:2px}.head{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #00000026;justify-content:space-between;min-height:70px;padding:.75rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.head,.logo2{align-items:center;display:flex}.logo2{z-index:1001}.logoimg2{filter:brightness(1.1) drop-shadow(0 2px 4px rgba(0,0,0,.2));height:70px;transition:all .3s ease;width:auto}.logoimg2:hover{filter:brightness(1.2) drop-shadow(0 4px 8px rgba(0,0,0,.3));transform:scale(1.05)}.mainNav{align-items:center;display:flex;flex:1 1;justify-content:center;margin:0 auto;max-width:800px}.mainNav .logo{display:none}.menu{align-items:center;display:flex;justify-content:center;width:100%}.menu ul{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;gap:.25rem;list-style:none;margin:0;padding:.5rem}.menuItem,.menuItem a{position:relative}.menuItem a{align-items:center;border-radius:12px;color:#ffffffd9;display:flex;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;justify-content:center;min-width:100px;overflow:hidden;padding:.75rem 1.25rem;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.menuItem a:before{background:linear-gradient(45deg,#3b82f6,#8b5cf6);border-radius:12px;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s cubic-bezier(.4,0,.2,1);width:100%;z-index:-1}.menuItem a:hover:before{left:0}.menuItem a:hover{box-shadow:0 8px 25px #3b82f64d;color:#fff;transform:translateY(-2px)}.menuItem a:active{transform:translateY(0)}.nav-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:none;font-size:1.25rem;padding:.75rem;transition:all .3s ease}.nav-btn:hover{background:#ffffff26;box-shadow:0 4px 15px #0003;transform:scale(1.05)}.nav-btn:active{transform:scale(.95)}@media (max-width:1024px){.head{padding:.75rem 1.5rem}.menu ul{gap:.15rem;padding:.4rem}.menuItem a{font-size:.85rem;min-width:90px;padding:.6rem 1rem}}@media (max-width:900px){.nav-btn{align-items:center;display:flex;justify-content:center}.head{padding:1rem 1.5rem}.mainNav{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#0f172a,#1e293b);display:none;flex-direction:column;height:100vh;justify-content:center;left:0;max-width:100vw;position:fixed;top:0;transform:translateX(100vw);transition:transform .4s cubic-bezier(.4,0,.2,1);width:100vw;z-index:999}.mainNav.responsive_nav{display:flex;transform:translateX(0)}.mainNav .logo{display:block;left:2rem;position:absolute;top:2rem}.logoimg{filter:brightness(1.1);height:45px;width:auto}.menu{max-width:400px;width:100%}.menu ul{background:#ffffff0d;border-radius:20px;flex-direction:column;gap:1rem;padding:2rem;width:100%}.menuItem{animation:slideInUp .5s ease forwards;opacity:0;transform:translateY(20px);width:100%}.menuItem:first-child{animation-delay:.1s}.menuItem:nth-child(2){animation-delay:.2s}.menuItem:nth-child(3){animation-delay:.3s}.menuItem:nth-child(4){animation-delay:.4s}.menuItem:nth-child(5){animation-delay:.5s}.menuItem:nth-child(6){animation-delay:.6s}.menuItem:nth-child(7){animation-delay:.7s}.menuItem a{background:#ffffff0d;border:1px solid #ffffff1a;font-size:1.1rem;min-width:auto;padding:1rem 1.5rem;width:100%}.nav-close-btn{font-size:1.25rem;position:absolute;right:1.5rem;top:1rem;z-index:1001}}@keyframes slideInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.head{padding:.75rem 1rem}.logoimg2{height:55px}.menu ul{padding:1.5rem}.menuItem a{font-size:1rem;padding:.875rem 1.25rem}.nav-btn{font-size:1.1rem;padding:.6rem}.nav-close-btn{font-size:1.1rem;position:absolute;right:1rem;top:.75rem;z-index:1001}}.menuItem a:focus,.nav-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){.logoimg2,.mainNav,.menuItem a,.nav-btn{transition:none}.menuItem{animation:none;opacity:1;transform:none}}*{font-family:Inter,sans-serif}body{align-items:flex-end;background:#161544;justify-content:flex-end}.footer{background:linear-gradient(135deg,#0f172a,#1e293b)}.footerdiv{display:flex;justify-content:space-between}.fcontainer{display:flex;justify-content:center;margin:auto;width:1140px}.footer-content{margin:30px;width:33.3%}.footer-content p{margin:40px;padding:7px;width:190px}.footer-content ul{text-align:center}.list{color:#7ee7ff;font-size:20px;padding:0}.list li{list-style-type:none;padding:7px;position:relative;text-align:center;width:auto}.list li:before{content:"";height:2px;left:50%;position:absolute;top:100%;transform:translate(-50%,-50%);transition-duration:.5s;width:0}.list li:hover:before{width:70px}.social-icons{font-size:38px;padding:0;text-align:center}.social-icons li{display:inline-block;padding:5px;text-align:center}.social-icons i{color:#7ee7ff;font-size:25px}a{color:#7ee7ff;text-decoration:none}a:hover{color:#7effe3}.social-icons i:hover{color:#7ee7ff}.bottom-bar{background:#f5efea;margin-top:50px;padding:10px 0;text-align:center}.bottom-bar p{color:#7ee7ff;font-size:16px;margin:0;padding:7px}.footer-heading{color:#fff;font-size:28px;margin-bottom:15px;text-align:center}.copyright{color:#4a5568;font-size:20px;text-align:center}@media (max-width:768px){.footer-heading{margin-bottom:5px}.social-icons{font-size:30px}.footer-content{font-size:16px;margin:20px 0;width:100%}.copyright{font-size:14px}.list{font-size:18px}.fcontainer{align-items:center;flex-direction:column}.footer-heading{font-size:20px}}.contact-section{align-items:center;background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;justify-content:center;margin:10%;padding:40px}.contact-section h2{font-size:2.5em;font-weight:800;margin-bottom:30px}.contact-section form{display:flex;flex-direction:column;width:100%}.contact-section label{color:#cbd5e1;font-weight:600;margin-bottom:10px}.contact-section input,.contact-section textarea{background:#0f172a;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-size:1em;margin-bottom:25px;padding:15px;transition:all .3s ease}.contact-section input:focus,.contact-section textarea:focus{border-color:#3ee5e5;box-shadow:0 0 0 3px #3ee5e533;outline:none}.contact-section button{background:linear-gradient(135deg,#3ee5e5,#667eea);border:none;border-radius:12px;color:#0f172a;cursor:pointer;font-size:1.1em;font-weight:700;padding:15px 25px;transition:all .3s ease}.contact-section button:hover{box-shadow:0 10px 20px #3ee5e540;transform:translateY(-3px)}@media (max-width:600px){.contact-section{margin:5%;padding:20px}.contact-section h2{font-size:2em}}.green-text{color:#3ee5e5}.white-text{color:#f8fafc}.block,label[for=email],label[for=message],label[for=name]{color:#cbd5e1}.block{background:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:3rem 2rem}.insti{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin:3rem 0 2rem;position:relative;text-align:center}.insti.WEB:after{width:120px}.insti.ISC:after,.insti.WEB:after{background:#7ee7ff;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%)}.insti.ISC:after{width:25rem}.block p{align-items:center;background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 25px #0000004d;display:flex;font-size:1.1rem;font-weight:500;justify-content:center;margin:1.5rem auto;max-width:600px;padding:1.5rem 2rem;transition:all .3s ease}.block p:hover{box-shadow:0 12px 35px #0006;transform:translateY(-3px)}.mail,.tele{align-items:center;color:#f8fafc;display:flex;font-weight:600;gap:1rem}.mail img,.tele img{filter:brightness(1.2);transition:transform .3s ease}.mail:hover img,.tele:hover img{transform:scale(1.1)}.btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;box-shadow:0 6px 20px #3b82f64d;color:#fff;font-family:Inter,sans-serif;font-weight:700;letter-spacing:.05em;padding:1rem 2rem;text-transform:uppercase}.btn:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 10px 30px #3b82f666;transform:translateY(-2px)}.btn a{color:#fff;font-weight:700;text-decoration:none}.block h2:first-of-type{margin-top:1rem}.block h2:not(:first-of-type){border-top:2px solid #334155;margin-top:4rem;padding-top:2rem}@media (max-width:768px){.block{padding:2rem 1rem}.insti{font-size:2rem}.insti.ISC:after{width:20rem}.block p{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;text-align:center}.mail,.tele{justify-content:center}.btn{font-size:.9rem;padding:.875rem 1.5rem}}@media (max-width:480px){.insti{font-size:1.8rem}.insti.ISC:after{width:15rem}.insti.insti.WEB:after{width:6rem}.block p{padding:1rem}.mail,.tele{font-size:1rem}.btn{font-size:.85rem;padding:.75rem 1.25rem}}.sports-container{background:#0f172a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:3rem 0;position:relative}.sports-container:before{background:radial-gradient(circle at 25% 25%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 75% 75%,#8b5cf61a 0,#0000 50%);content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}.sports-heading{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:4rem;font-weight:900;letter-spacing:-.02em;margin-bottom:1rem;position:relative;text-align:center}.sports-heading:after{background-color:#7ee7ff;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:200px}.sports-container>p{color:#cbd5e1;font-size:1.3rem;font-weight:400;line-height:1.7;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:700px;text-align:center}.sports-list{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:space-evenly;margin:0 auto;max-width:1400px;padding:0 2rem}.sport-item{background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a;box-sizing:border-b300;display:flex;flex-basis:calc(25% - 2.5rem);flex-direction:column;flex-grow:1;flex-shrink:1;margin-bottom:2.5rem;max-width:400px;min-height:250px;min-width:300px;overflow:hidden;padding:0;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.sports-list{align-items:stretch}.sport-item:before{background:linear-gradient(135deg,#3b82f633,#8b5cf633);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s ease;width:100%;z-index:1}.sport-item:hover:before{opacity:1}.sport-item:hover{box-shadow:0 35px 70px #0006,0 0 0 1px #3b82f64d,0 0 50px #3b82f633;transform:translateY(-15px) scale(1.03)}.sport-item img{border-radius:20px 20px 0 0;height:240px;object-fit:cover;position:relative;transition:all .4s ease;width:100%;z-index:2}.sport-item:hover img{filter:brightness(1.1) contrast(1.1);transform:scale(1.1)}.sport-item span{align-items:center;background:linear-gradient(135deg,#1e293b,#334155);color:#f8fafc;display:flex;flex:1 1;font-size:1.4rem;font-weight:500;justify-content:center;line-height:1.3;padding:1.5rem 1rem;position:relative;text-align:center;transition:all .3s ease;z-index:2}.sport-item:hover span{background:linear-gradient(135deg,#0f172a,#1e293b);color:#3ee5e5}.clubs-intro{background:linear-gradient(135deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff1a;color:#50ffb9;font-size:2rem;font-weight:800;grid-column:1/-1;margin:3rem 0 2rem;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;width:100%}.clubs-intro:before{background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.clubs-intro:after{background:#50ffb9;border-radius:3px;content:"";height:6px;left:50%;position:absolute;top:70%;transform:translateX(-50%);width:500px;z-index:2}.sport-item:nth-child(4n+1):hover{box-shadow:0 35px 70px #0006,0 0 0 1px #3b82f666,0 0 60px #3b82f64d}.sport-item:nth-child(4n+2):hover{box-shadow:0 35px 70px #0006,0 0 0 1px #8b5cf666,0 0 60px #8b5cf64d}.sport-item:nth-child(4n+3):hover{box-shadow:0 35px 70px #0006,0 0 0 1px #ec489966,0 0 60px #ec48994d}@media (max-width:1200px){.sports-list{gap:2rem;padding:0 1.5rem}.sport-item{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - 2rem);min-width:220px}}@media (max-width:900px){.sport-item{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;max-width:calc(33.333% - 2rem)}}@media (max-width:768px){.sports-container{padding:2rem 0}.clubs-intro:after{width:25 rem}.sports-container h1{font-size:2.8rem;margin-bottom:.8rem}.sports-container>p{font-size:1.1rem;margin-bottom:3rem;padding:0 1rem}.sports-list{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));padding:0 1rem}.sport-item{min-height:280px}.sport-item img{height:200px}.sport-item span{font-size:1.2rem;padding:1.5rem}.clubs-intro{font-size:1.6rem;margin:2rem 0 1.5rem;padding:2rem 1.5rem}}@media (max-width:500px){.sports-heading:after{width:70px}.clubs-intro{font-size:1.2rem;margin:1.5rem 0;padding:1.5rem}.clubs-intro:after{height:3px;top:72%;width:250px}.sports-container{padding:1.5rem 0}.sports-container h1{font-size:2.2rem}.sports-container>p{font-size:1rem}.sports-list{gap:1.5rem;padding:0 .75rem}.sport-item{flex-basis:calc(50% - 1.5rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - 1.5rem);min-height:150px;min-width:100px}.sport-item img{height:150px}.sport-item span{font-size:1.1rem;padding:1.25rem}}@media (max-width:400px){.clubs-intro{font-size:1.1rem}}.sport-item:focus{outline:3px solid #3b82f6;outline-offset:4px}@media (prefers-reduced-motion:reduce){.sport-item,.sport-item img,.sport-item span,.sport-item:before{transition:none}.sport-item:hover{transform:none}}.vertical-timeline *{-webkit-box-sizing:border-box;box-sizing:border-box}.vertical-timeline{margin:0 auto;max-width:1170px;padding:2em 0;position:relative;width:95%}.vertical-timeline:after{clear:both;content:"";display:table}.vertical-timeline:before{background:var(--line-color);content:"";height:100%;left:18px;position:absolute;top:0;width:4px}.vertical-timeline.vertical-timeline--one-column-right:before{left:auto;right:18px}@media only screen and (min-width:1170px){.vertical-timeline.vertical-timeline--two-columns{width:90%}.vertical-timeline.vertical-timeline--two-columns:before{left:50%;margin-left:-2px}}.vertical-timeline-element{margin:2em 0;position:relative}.vertical-timeline-element>div{min-height:1px}.vertical-timeline-element:after{clear:both;content:"";display:table}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.vertical-timeline-element{margin:4em 0}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}}.vertical-timeline-element-icon{border-radius:50%;-webkit-box-shadow:0 0 0 4px #fff,inset 0 2px 0 #00000014,0 3px 0 4px #0000000d;box-shadow:0 0 0 4px #fff,inset 0 2px 0 #00000014,0 3px 0 4px #0000000d;height:40px;left:0;position:absolute;top:0;width:40px}.vertical-timeline--one-column-right .vertical-timeline-element-icon{left:auto;right:0}.vertical-timeline-element-icon svg{display:block;height:24px;left:50%;margin-left:-12px;margin-top:-12px;position:relative;top:50%;width:24px}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-icon{height:60px;left:50%;margin-left:-30px;width:60px}}.vertical-timeline-element-icon{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in{-webkit-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s;visibility:visible}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}to{-webkit-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}.vertical-timeline-element-content{background:#fff;border-radius:.25em;-webkit-box-shadow:0 3px 0 #ddd;box-shadow:0 3px 0 #ddd;margin-left:60px;padding:1em;position:relative}.vertical-timeline--one-column-right .vertical-timeline-element-content{margin-left:0;margin-right:60px}.vertical-timeline-element--no-children .vertical-timeline-element-content{background:0 0;-webkit-box-shadow:none;box-shadow:none}.vertical-timeline-element-content:after{clear:both;content:"";display:table}.vertical-timeline-element-content h2{color:#303e49}.vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline-element-content p{font-size:13px;font-size:.8125rem;font-weight:500}.vertical-timeline-element-content .vertical-timeline-element-date{display:inline-block}.vertical-timeline-element-content p{line-height:1.6;margin:1em 0 0}.vertical-timeline-element-subtitle,.vertical-timeline-element-title{margin:0}.vertical-timeline-element-content .vertical-timeline-element-date{float:left;opacity:.7;padding:.8em 0}.vertical-timeline-element-content-arrow{border:7px solid #0000;border-right-color:#fff;content:"";height:0;position:absolute;right:100%;top:16px;width:0}.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow{border:7px solid #0000;border-left-color:#fff;content:"";height:0;left:100%;position:absolute;right:auto;top:16px;width:0}.vertical-timeline--one-column-right .vertical-timeline-element-content:before{border-left:7px solid #fff;border-right:initial;left:100%}.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow,.vertical-timeline-element--no-children .vertical-timeline-element-content:before{display:none}@media only screen and (min-width:768px){.vertical-timeline-element-content h2{font-size:20px;font-size:1.25rem}.vertical-timeline-element-content p{font-size:16px;font-size:1rem}.vertical-timeline-element-content .vertical-timeline-element-date{font-size:14px;font-size:.875rem}}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:44%}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{left:100%;top:24px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date{font-size:16px;font-size:1rem;left:124%;position:absolute;top:6px;width:100%}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content{float:right}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:auto;right:100%;top:24px;-webkit-transform:rotate(0);transform:rotate(0)}.vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--one-column-right .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:100%;right:auto;top:24px;-webkit-transform:rotate(0);transform:rotate(0)}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date{left:auto;right:124%;text-align:right}}.vertical-timeline--animate .vertical-timeline-element-content.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s;visibility:visible}@media only screen and (min-width:1170px){.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@media only screen and (max-width:1169px){.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s;visibility:visible}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}to{-webkit-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.all_content{background:#0f172a;color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:3rem 2rem}.all_content>h1.title{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:3.5rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin:1rem 0;text-align:center}.all_content>h1.title:nth-of-type(2){color:#7ee7ff;font-size:2rem;font-weight:600;margin-bottom:3rem}.all_content>h1:not(.title){-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:2.8rem;font-weight:800;margin:4rem 0 2rem;position:relative;text-align:center}.all_content>h1.con-heads:after{background:#7ee7ff;border-radius:2px;bottom:-5px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.all_content>h1.con-managers:after,.all_content>h1.con-secys:after{background:#7ee7ff;border-radius:2px;bottom:-5px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:170px}.leader{align-items:center;background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 15px 40px #0000004d;display:flex;flex-direction:column;margin:3rem auto;max-width:500px;padding:3rem;transition:all .3s ease}.leader:hover{box-shadow:0 25px 60px #0006;transform:translateY(-8px)}.leader h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e53e3e,#f56565);-webkit-background-clip:text;background-clip:text;color:#f1f5f9;font-size:1.8rem;font-weight:700;margin-bottom:2rem;text-align:center}.gen{border:4px solid #e53e3e;border-radius:50%;box-shadow:0 8px 25px #e53e3e4d;height:200px;margin-bottom:1.5rem;object-fit:cover;transition:all .3s ease;width:200px}.gen:hover{box-shadow:0 12px 35px #e53e3e66;transform:scale(1.05)}.container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin:3rem auto;max-width:1400px;padding:0 1rem}.info-block{background:linear-gradient(145deg,#1e293b,#334155);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;overflow:hidden;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease;width:25vw}.info-block:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6);content:"";height:4px;left:0;position:absolute;top:0;width:100%;z-index:1}.info-block:hover{box-shadow:0 20px 50px #0000004d;transform:translateY(-8px)}.info-block h2{align-items:center;color:#f1f5f9;display:flex;font-size:1.4rem;font-weight:700;justify-content:center;margin-bottom:1.5rem;min-height:60px;text-align:center}.circular{border:3px solid #4a5568;border-radius:50%;height:150px;margin-bottom:1.5rem;object-fit:cover;transition:all .3s ease;width:150px}.circular:hover{border-color:#3b82f6;box-shadow:0 8px 25px #3b82f64d;transform:scale(1.05)}.name{color:#e2e8f0;font-size:1.2rem;font-weight:600;line-height:1.5;margin-bottom:1rem}.social_links{display:flex;justify-content:center}.logos,.mail_logos,.sec_mail_logos,.seclogos{filter:grayscale(50%) brightness(.8);height:24px;margin:0 .5rem;transition:all .3s ease;width:24px}.social-icons{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:8px}.logos,.seclogos{height:24px;object-fit:contain;transition:transform .2s ease,opacity .2s ease;width:24px}.logos:hover,.seclogos:hover{opacity:.8;transform:scale(1.1)}.social-icons a{display:inline-block;line-height:0;text-decoration:none}.seclogos{height:28px;width:28px}.logos{height:24px;width:24px}.mail_logos,.sec_mail_logos{height:24px;object-fit:contain;transition:transform .2s ease,opacity .2s ease;width:24px}.sec_mail_logos{height:28px;width:28px}.mail_logos:hover,.sec_mail_logos:hover{opacity:.8;transform:scale(1.1)}.logos:hover,.mail_logos:hover,.sec_mail_logos:hover,.seclogos:hover{filter:grayscale(0) brightness(1);transform:scale(1.2)}.sec_mail_logos,.seclogos{height:28px;width:28px}.name a{align-items:center;border-radius:8px;display:inline-block;display:flex;justify-content:center;margin:0 .25rem;max-width:60px;padding:.5rem;transition:background-color .3s ease}.name a:hover{background-color:#3b82f61a}@media (min-width:1280px){.cs-map-marker{height:40px!important;width:40px!important}}@media (max-width:1280px){.leader{height:auto;padding:2rem;width:25rem}.leader h2{font-size:1.6rem}.leader .gen{height:170px;width:170px}.leader .name{font-size:1.2rem}.info-block{width:20rem}.info-block h2{font-size:1.3rem}.info-block .circular{height:130px;width:130px}.info-block .name{font-size:1rem}.enc{font-size:1.3rem}.cs-map-marker{height:30px!important;width:30px!important}}@media (max-width:1100px){.leader{height:auto;padding:2rem;width:23rem}.leader h2{font-size:1.6rem}.leader .gen{height:165px;width:165px}.leader .name{font-size:1.15rem}.info-block{max-height:25rem;width:18rem}.info-block h2{font-size:1.1rem}.info-block .circular{height:120px;width:120px}.info-block .name{font-size:1rem}.enc{font-size:1.1rem!important}}@media (max-width:1024px){.all_content>h1.title{font-size:2.8rem}.leader{height:27rem;padding:2rem;width:21rem}.leader h2{font-size:1.6rem}.leader .gen{height:165px;width:165px}.leader .name{font-size:1.15rem}.info-block{max-height:22rem;padding:1rem;width:15rem}.info-block h2{font-size:.9rem}.info-block .circular{height:100px;width:100px}.info-block .name{font-size:.8rem}.enc{font-size:.9rem!important}}@media (max-width:840px){.container{display:flex;flex-wrap:wrap;justify-content:space-around}}@media (max-width:768px){.all_content{padding:2rem 1rem}.all_content>h1.title{font-size:2.2rem}.all_content>h1.title:nth-of-type(2){font-size:1.6rem}.info-block{padding:2rem 1.5rem}.leader{height:22rem;padding:2rem;width:17rem}.leader h2{font-size:1.2rem}.leader .gen{height:100px;width:100px}.leader .name{font-size:1rem}.info-block{height:19rem;padding:1rem;width:27vw}.secy .info-block{height:20rem}.info-block h2{font-size:.8rem;margin-bottom:7px}.info-block .circular{height:70px;width:70px}.info-block .name{font-size:.8rem}.info-block .name a{font-size:.6rem}.enc{font-size:.8rem!important}.cs-map-marker{height:24px!important;width:24px!important}}@media (max-width:635px){.leader{height:22rem;padding:2rem;width:17rem}.leader h2{font-size:1.2rem}.leader .gen{height:100px;width:100px}.leader .name{font-size:1rem}.info-block{height:19rem;padding:1rem;width:41vw}.secy .info-block{height:20rem}.info-block h2{font-size:.8rem;margin-bottom:7px}.info-block .circular{height:70px;width:70px}.info-block .name{font-size:.8rem}.info-block .name a{font-size:.6rem}.enc{font-size:.8rem!important}}@media (max-width:480px){.all_content>h1.title{font-size:1.8rem}.container{gap:1.25rem;grid-template-columns:1fr}.info-block{padding:1.5rem 1rem}.info-block h2{font-size:1.2rem;min-height:50px}.leader{height:22rem;padding:2rem;width:17rem}.leader h2{font-size:1.2rem}.leader .gen{height:100px;width:100px}.leader .name{font-size:1rem}.info-block{height:19rem;padding:1rem;width:40vw}.secy .info-block{height:20rem}.info-block h2{font-size:.8rem;margin-bottom:7px}.info-block .circular{height:70px;width:70px}.info-block .name{font-size:.8rem}.info-block .name a{font-size:.6rem}.enc{font-size:.7rem!important}}body{color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.turf-booking-container{padding:0 0 2rem}.football-turf-heading{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:4.5vw;font-weight:900;letter-spacing:-.02em;padding:2rem 0 0;position:relative;text-align:center}.football-turf-heading:after{background:#7ee7ff;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:30%}.booking-form-heading,.football-turf-today-slots,.football-turf-tomorrow-slots{-webkit-background-clip:text;background-clip:text;color:#7dff81;font-size:2.3vw;font-weight:700;margin:2rem 0 1rem;text-align:center}.slots-note{background:#ef44441a;border-left:4px solid #ef4444;border-radius:8px;color:#f87171;font-size:1.4vw;font-weight:600;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:50vw;padding:.75rem;text-align:center}.slots{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:2rem auto;max-width:1200px;padding:0 2rem}.slots button{align-items:center;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:.9rem;font-weight:600;justify-content:center;min-height:80px;overflow:hidden;padding:1.25rem;position:relative;text-align:center;transition:all .3s ease}.slots button:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.slots button:hover:before{left:100%}.slots button.available{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a}.slots button.available:hover{box-shadow:0 8px 25px #22c55e4d;transform:translateY(-3px)}.slots button.booked{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;cursor:not-allowed}.slots button.requested{background:linear-gradient(135deg,#f97316,#ea580c);border-color:#ea580c;cursor:not-allowed}.slots button.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;box-shadow:0 8px 25px #3b82f666;transform:translateY(-3px)}.disclaimer{background:#f973161a;border:1px solid #f97316;border-radius:12px;color:#f97316;font-size:.9rem;font-weight:500;margin:1rem 0;padding:1rem;text-align:center}@media (max-width:768px){.football-turf-heading{font-size:3rem}.football-turf-heading:after{width:20rem}.booking-form-heading,.football-turf-today-slots,.football-turf-tomorrow-slots{font-size:1.7rem}.slots-note{font-size:1rem;max-width:400px}.slots{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.slots button{font-size:.8rem}}@media (max-width:520px){.football-turf-heading{font-size:2.1rem}.football-turf-heading:after{width:18rem}.booking-form-heading,.football-turf-today-slots,.football-turf-tomorrow-slots{font-size:1.3rem}.slots-note{font-size:.8rem;max-width:300px}.slots{grid-template-columns:repeat(auto-fit,minmax(95px,1fr))}.slots button{font-size:.8rem}}@media (max-width:340px){.slots{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.booking-form{background:#1e293b;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 15px 40px #0000004d;margin:2rem auto 0;max-width:700px;padding:3rem}.form-group{margin-bottom:2rem;position:relative}.form-group label{font-size:1rem;font-weight:600;letter-spacing:.025em;margin-bottom:.75rem}.form-group input,.form-group select{background:#0f172a;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#3ee5e5;box-shadow:0 0 0 3px #3ee5e533;outline:none;transform:translateY(-1px)}.form-group input:hover,.form-group select:hover{border-color:#3ee5e5}.form-checkbox{align-items:flex-start;background:#0f172a;border:2px solid #334155;border-radius:16px;display:flex;gap:1rem;margin:2rem 0;padding:1.5rem}.form-checkbox input[type=checkbox]{accent-color:#3ee5e5;height:1.25rem;margin-top:.25rem;width:1.25rem}.form-checkbox label a{color:#3ee5e5}.form-checkbox label a:hover{color:#99f6e4}.submit-btn{background:linear-gradient(135deg,#3ee5e50d,#3ee5e51a);border:3px solid #3ee5e5;border-radius:15px;color:#3ee5e5;font-size:1.5rem;font-weight:900;letter-spacing:.1em;margin-top:2rem;overflow:hidden;padding:1.5rem;position:relative;text-align:center;text-transform:uppercase;width:100%}.submit-btn:hover{box-shadow:0 12px 35px #3ee5e566;cursor:pointer}.admin-page-container{background:#0f172a;color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem 0}.admin-page-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e53e3e,#f56565 50%,#fc8181);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;letter-spacing:-.02em;margin:2rem 0;text-align:center}.admin-page-container form{background:#1e293b;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 15px 40px #0000004d;margin:3rem auto;max-width:400px;padding:3rem;text-align:center}.admin-page-container form label{color:#cbd5e1}.admin-page-container .password{background:#0f172a;border:2px solid #334155;color:#f8fafc}.admin-page-container .password:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e33}.admin-page-container form button{background:linear-gradient(135deg,#e53e3e,#f56565);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.admin-page-container form button:hover{box-shadow:0 8px 25px #e53e3e4d;transform:translateY(-2px)}.admin-page-container li{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.admin-page-container li h3{color:#7ee7ff;margin-bottom:1rem}.admin-page-container li p{color:#94a3b8;margin-bottom:.5rem}.admin-page-container li p strong{color:#f8fafc}.admin-page-container li div{border-top:1px solid #334155;display:flex;gap:1rem;margin-top:1rem;padding-top:1rem}.admin-page-container li button{border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.admin-page-container li button:first-child{background:linear-gradient(135deg,#22c55e,#16a34a)}.admin-page-container li button:last-child{background:linear-gradient(135deg,#ef4444,#dc2626)}.admin-page-container p:last-child{background:#1e293b;border-radius:16px;color:#94a3b8;padding:2rem;text-align:center}.hostel-logo{height:40px;object-fit:contain;width:70px}.gc-tabs{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem auto}.gc-tab-button{background:linear-gradient(135deg,#1a202c,#2d3748);border:2px solid #4a5568;border-radius:12px;box-shadow:0 10px 25px #0003;color:#cbd5e0;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:.5px;margin:0 12px;padding:.75rem 2rem;transition:all .3s ease}.gc-tab-button.active,.gc-tab-button:hover{border-color:#7ee7ff;box-shadow:0 12px 30px #7ee7ff33;color:#7ee7ff;transform:translateY(-2px)}.gc-container{background:#0f172a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem 0}.gc-header{margin-bottom:4rem;padding:0 2rem;text-align:center}.gc-header h1{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:4vw;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;position:relative}.gc-header h1:after{background:#7ee7ff;border-radius:3px;bottom:-15px;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:70%}.gc-podium{align-items:flex-end;display:flex;gap:2rem;justify-content:center;margin:4rem auto;max-width:800px;padding:0 2rem}.podium{background:linear-gradient(135deg,#1a202c,#2d3748);border:2px solid;border-radius:20px 20px 8px 8px;box-shadow:0 15px 40px #00000040;overflow:hidden;position:relative;text-align:center;transition:all .3s ease}.podium:before{content:"";height:4px;left:0;position:absolute;top:0;width:100%;z-index:2}.podium:hover{box-shadow:0 25px 60px #00000059;transform:translateY(-8px)}.first-place{background:linear-gradient(135deg,#2c2a21,#3e3a2f);border-color:#d69e2e;height:280px;width:200px}.first-place .podium-label,.first-place:before{background:linear-gradient(135deg,#d69e2e,#f6ad55)}.first-place .podium-label{color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:1.5rem;padding:1rem;position:relative}.first-place .podium-label:after{content:"🏆";font-size:1.5rem;position:absolute;right:1rem}.second-place{background:linear-gradient(135deg,#2d3748,#4a5568);border-color:#a0aec0;height:240px;width:180px}.second-place .podium-label,.second-place:before{background:linear-gradient(135deg,#a0aec0,#cbd5e0)}.second-place .podium-label{color:#1a202c;font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;padding:.875rem;position:relative}.second-place .podium-label:after{content:"🥈";font-size:1.3rem;position:absolute;right:1rem}.third-place{background:linear-gradient(135deg,#3c2e25,#4f3a2e);border-color:#c05621;height:200px;width:160px}.third-place .podium-label,.third-place:before{background:linear-gradient(135deg,#c05621,#dd6b20)}.third-place .podium-label{color:#fff;font-size:1rem;font-weight:700;margin-bottom:1rem;padding:.75rem;position:relative}.third-place .podium-label:after{content:"🥉";font-size:1.2rem;position:absolute;right:1rem}.podium h2{color:#e2e8f0;font-size:1.8rem;font-weight:800;margin-bottom:.5rem}.podium p{color:#cbd5e0;font-size:1.2rem;font-weight:600}.first-place h2{color:#f6ad55;font-size:2rem}.first-place p{color:#f6ad55;font-size:1.3rem}.gc-table{margin:4rem auto;max-width:1000px;padding:0 2rem}.gc-table h2{-webkit-background-clip:text;background-clip:text;color:#ffee7d;font-size:3.5vw;font-weight:800;margin-bottom:2rem;text-align:center}.gc-table table{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #00000040;overflow:hidden;width:100%}.gc-table th{background:linear-gradient(135deg,#4299e1,#667eea);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.05em;padding:1.5rem 1rem;text-transform:uppercase}.gc-table td{border-bottom:1px solid #4a5568;color:#e2e8f0;font-weight:600;padding:1.25rem 1rem;text-align:center;transition:all .3s ease}.gc-table tbody tr:hover{background:#2d3748;transform:scale(1.01)}.gc-table tbody tr:first-child td{background:linear-gradient(135deg,#2c2a21,#3e3a2f);color:#d69e2e;font-weight:800}.gc-table tbody tr:nth-child(2) td{background:linear-gradient(135deg,#2d3748,#4a5568);color:#cbd5e0;font-weight:700}.gc-table tbody tr:nth-child(3) td{background:linear-gradient(135deg,#3c2e25,#4f3a2e);color:#c05621;font-weight:700}.sport-selection{margin:4rem auto;max-width:600px;padding:0 2rem;text-align:center}.sport-selection h2{-webkit-background-clip:text;background-clip:text;color:#ffee7d;font-size:3.5vw;font-weight:800;margin-bottom:2rem}.sport-dropdown{background:#2d3748;border:2px solid #4a5568;border-radius:16px;box-shadow:0 8px 25px #00000026;color:#e2e8f0;cursor:pointer;font-size:1.1rem;font-weight:600;max-width:400px;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.sport-dropdown:focus{border-color:#7efff0;box-shadow:0 0 0 3px #7efff0;outline:none}.sport-dropdown:hover{border-color:#7efff0;box-shadow:0 12px 35px #0003;transform:translateY(-2px)}.sport-results{margin:4rem auto;max-width:1000px;padding:0 2rem}.sport-results h3{-webkit-background-clip:text;background-clip:text;color:#7efff0;font-size:3.5vw;font-weight:800;margin-bottom:3rem;text-align:center}.sport-podium{align-items:flex-end;display:flex;gap:1.5rem;justify-content:center;margin:3rem auto;max-width:700px}.sport-first-place{background:linear-gradient(135deg,#2a233d,#3c315e);border-color:#805ad5;height:220px;width:160px}.sport-first-place .podium-label,.sport-first-place:before{background:linear-gradient(135deg,#805ad5,#9f7aea)}.sport-second-place{height:180px;width:140px}.sport-third-place{height:140px;width:120px}.sports-gc-table{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #00000040;margin-top:2rem;overflow:hidden;width:100%}.sports-gc-table th{background:linear-gradient(135deg,#7efff0,#7eff91);color:#0f172a;font-size:1rem;font-weight:700;letter-spacing:.05em;padding:1.25rem 1rem;text-transform:uppercase}.sports-gc-table td{border-bottom:1px solid #4a5568;color:#e2e8f0;font-weight:600;padding:1rem;text-align:center}.sports-gc-table tbody tr:hover{background:#2d3748}.gc-footer{background:#1a202c;border-radius:20px;box-shadow:0 8px 25px #00000026;color:#cbd5e0;font-weight:500;margin-left:auto;margin-right:auto;margin-top:4rem;max-width:600px;padding:2rem;text-align:center}@media (max-width:1024px){.gc-podium{gap:1.5rem}.first-place{height:240px;width:180px}.second-place{height:200px;width:160px}.third-place{height:160px;width:140px}}@media (max-width:768px){.gc-container{padding:1rem 0}.first-place{height:200px}.second-place{height:170px}.third-place{height:140px}.sport-first-place,.sport-second-place,.sport-third-place{height:160px;width:200px}.gc-table,.sport-results,.sport-selection{padding:0 1rem}.gc-table td,.gc-table th,.sports-gc-table td,.sports-gc-table th{font-size:1.1rem;padding:.75rem .5rem}}@media (max-width:480px){.gc-header h1{font-size:2rem}.podium h2{font-size:1.4rem}.podium p{font-size:1rem}.gc-table h2,.sport-results h3,.sport-selection h2{font-size:1.8rem}.sport-dropdown{font-size:1rem;padding:.875rem 1.25rem}}.podium:focus-within,.sport-dropdown:focus{outline:3px solid #4299e1;outline-offset:2px}@media print{.gc-container{background:#fff!important}.gc-table table,.podium,.sports-gc-table{border:1px solid #ccc!important;box-shadow:none!important}}.sports-calendar-container{background:#0f172a;color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem 0}.sports-calendar-wrapper{margin:0 auto;max-width:1400px;padding:0 2rem}.sports-calendar-header{margin-bottom:3rem;text-align:center}.sports-calendar-title{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:3.5rem;font-weight:900;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.sports-calendar-subtitle{color:#94a3b8;font-size:1.3rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px}.sports-filters-section{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;margin-bottom:2rem;padding:2rem}.sports-filters-container{align-items:center;display:flex;gap:2rem;justify-content:space-between}.sports-filter-group{display:flex;flex:1 1;gap:2rem}.sports-filter-item{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.sports-filter-label{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;letter-spacing:.05em;text-transform:uppercase}.sports-filter-select,.sports-search-input{background:#0f172a;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-size:1rem;font-weight:500;padding:.875rem 1rem;transition:all .3s ease}.sports-filter-select:focus,.sports-search-input:focus{outline:none}.sports-events-summary{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:16px;color:#fff;display:flex;flex-direction:column;min-width:120px;padding:1rem;text-align:center}.sports-events-count{font-size:2rem;font-weight:800;line-height:1}.sports-events-text{font-size:.85rem;font-weight:500;letter-spacing:.05em;opacity:.9;text-transform:uppercase}.sports-calendar-nav{align-items:center;background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 25px #0003;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.sports-nav-controls{align-items:center;display:flex;gap:1rem}.sports-nav-button{align-items:center;background:#334155;border:2px solid #4a5568;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.sports-nav-button:hover{border-color:#7ee7ff;box-shadow:0 8px 25px #3b82f633;color:#7ee7ff;transform:translateY(-2px)}.sports-today-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:.75rem 2rem;transition:all .3s ease}.sports-today-button:hover{box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.chevron{align-items:center;display:flex}.sports-week-range{background:#0f172a;border:1px solid #334155;border-radius:12px;color:#f8fafc;font-size:1.2rem;font-weight:700;padding:.75rem 1.5rem}.sports-calendar-grid{grid-gap:1rem;background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #0000004d;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:3rem;padding:2rem}.sports-day-column{background:#0f172a;border:2px solid #334155;border-radius:16px;min-height:300px;overflow:hidden;transition:all .3s ease}.sports-day-column.sports-today{background:linear-gradient(135deg,#1e293b,#334155);border-color:#3b82f6;box-shadow:0 8px 25px #3b82f633}.sports-day-header{background:linear-gradient(135deg,#334155,#4a5568);color:#fff;padding:1rem;text-align:center}.sports-today .sports-day-header{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.sports-day-name{font-size:.85rem;font-weight:600;letter-spacing:.05em;opacity:.9;text-transform:uppercase}.sports-day-number{font-size:1.5rem;font-weight:800;margin-top:.25rem}.sports-today-number{color:#fff}.sports-day-events{display:flex;flex-direction:column;gap:.75rem;height:250px;min-width:150px;overflow-x:hidden;overflow-y:auto;padding:1rem}.sports-no-events-day{align-items:center;color:#64748b;display:flex;font-style:italic;font-weight:500;height:100%;justify-content:center}.sports-event-card{background:#1e293b;border-left:4px solid #3b82f6;border-radius:12px;box-shadow:0 4px 15px #0003;cursor:pointer;padding:1rem;transition:all .3s ease}.sports-event-card:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.sports-event-title{color:#f8fafc;font-size:.9rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.sports-event-details{margin-bottom:.5rem}.sports-event-sport-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.sports-event-description{color:#94a3b8;font-size:.8rem;line-height:1.4}.sports-legend{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #0003;padding:2rem}.sports-legend-title{color:#f8fafc;font-size:1.5rem;font-weight:800;margin-bottom:1.5rem;text-align:center}.sports-legend-items{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.sports-legend-item{align-items:center;background:#0f172a;border:1px solid #334155;border-radius:12px;display:flex;gap:.75rem;padding:.75rem;transition:all .3s ease}.sports-legend-item:hover{box-shadow:0 4px 15px #0003;transform:translateY(-2px)}.sports-legend-color{border-radius:4px;flex-shrink:0;height:16px;width:16px}.sports-legend-item span{color:#f8fafc!important;font-size:.9rem;font-weight:600}@media (max-width:1200px){.sports-calendar-title{font-size:3rem}.sports-calendar-grid{gap:.75rem;padding:1.5rem}.sports-day-column{min-height:250px}}@media (max-width:768px){.sports-calendar-wrapper{padding:0 1rem}.sports-calendar-title{font-size:2.2rem}.sports-calendar-subtitle{font-size:1.1rem}.sports-filters-container{gap:1.5rem}.sports-filter-group{gap:1rem}.sports-filter-item{min-width:auto}.sports-calendar-nav{flex-direction:column;gap:1rem;padding:1.5rem}.sports-nav-controls{order:2}.sports-week-range{order:1}.sports-calendar-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}.sports-day-column{min-height:200px}.sports-day-header{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1rem}.sports-day-number{font-size:1.2rem}.sports-legend-items{gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.sports-filters-container{display:flex;flex-direction:column-reverse}.sports-filter-group{display:flex;flex-direction:column;width:100%}}@media (max-width:550px){.sports-calendar-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sports-calendar-container{padding:1rem 0}.sports-calendar-title{font-size:1.8rem}.sports-calendar-nav{align-items:center;display:flex;flex-direction:column}.sports-calendar-grid,.sports-calendar-nav,.sports-filters-section,.sports-legend{margin-left:.5rem;margin-right:.5rem;padding:1rem}.sports-nav-button{font-size:.9rem;padding:.6rem 1rem}.sports-today-button{padding:.6rem 1.5rem}.sports-event-card{padding:.75rem}.sports-event-title{font-size:.85rem}}.sports-filter-select:focus,.sports-nav-button:focus,.sports-search-input:focus,.sports-today-button:focus{outline:3px solid #7ee7ff;outline-offset:2px}.sports-day-events::-webkit-scrollbar{width:4px}.sports-day-events::-webkit-scrollbar-track{background:#334155;border-radius:2px}.sports-day-events::-webkit-scrollbar-thumb{background:#4a5568;border-radius:2px}.sports-day-events::-webkit-scrollbar-thumb:hover{background:#64748b}.turf-booking-container{background:#0f172a;color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem 0}.cs-header{margin-bottom:3rem;padding:0 2rem;text-align:center}.cs-header h1{color:#7ee7ff;font-size:clamp(2rem,5vw,4rem);font-weight:900;letter-spacing:-.02em;margin-bottom:1rem;text-shadow:0 0 20px #7ee7ff4d}.cs-date-display{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:1rem}.cs-date,.cs-time{background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 15px #0003;color:#f8fafc;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cs-date:hover,.cs-time:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.cs-sport-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem;padding:0 2rem}.cs-sport-tab{background:#1e293b;border:2px solid #334155;border-radius:16px;box-shadow:0 4px 15px #0003;color:#94a3b8;cursor:pointer;font-weight:600;min-width:120px;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.cs-sport-tab:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cs-sport-tab:hover:before{left:100%}.cs-sport-tab:hover{border-color:#3b82f6;box-shadow:0 8px 25px #0000004d;color:#3b82f6;transform:translateY(-3px)}.cs-sport-tab.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6;box-shadow:0 8px 25px #3b82f64d;color:#fff;transform:translateY(-2px)}.cs-sport-name{font-family:Inter,sans-serif!important;font-size:1rem!important;font-weight:600;position:relative;z-index:1}.cs-facility-map-container{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #0003;margin:0 auto 3rem;max-width:1200px;padding:2rem;text-align:center}.cs-facility-map-container h2{color:#7efff0;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;margin-bottom:2rem;text-shadow:0 0 20px #7efff04d}.cs-map-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.cs-map-control-btn{background:#334155;border:2px solid #3b82f6;border-radius:12px;color:#3b82f6;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.cs-map-control-btn:hover{background:#3b82f6;box-shadow:0 8px 25px #3b82f64d;color:#fff;transform:translateY(-2px)}.cs-facility-map{border:3px solid #334155;border-radius:20px;box-shadow:0 15px 40px #00000026;height:500px;margin:0 auto;max-width:800px;overflow:hidden;position:relative;width:100%}.cs-map-marker{cursor:pointer;transition:all .3s ease}.cs-map-marker:hover{box-shadow:0 0 0 4px #00000080,0 0 0 6px #fff;transform:translate(-50%,-50%) scale(1.2)}.cs-map-marker.selected{animation:pulse 2s infinite;opacity:1!important;z-index:20!important}.cs-map-marker.unselected{opacity:.4!important;z-index:10!important}.cs-map-marker.unselected:hover{opacity:.7!important}@keyframes pulse{0%{box-shadow:0 0 0 0 #ffffffb3}70%{box-shadow:0 0 0 10px #fff0}to{box-shadow:0 0 0 0 #fff0}}.cs-map-edit-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c!important;border:1px solid #fff3;border-radius:8px}input[type=date]{background:#1e293b;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:.75rem 1rem;transition:all .3s ease}input[type=date]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none;transform:translateY(-2px)}.cs-legend{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem;padding:0 2rem}.cs-legend-item{align-items:center;background:#1e293b;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 15px #0003;display:flex;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.cs-legend-item:hover{box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.cs-legend-color{border:2px solid #334155;border-radius:6px;box-shadow:0 2px 8px #0003;flex-shrink:0;height:20px;width:20px}.cs-legend-color.available{background:linear-gradient(135deg,#10b981,#059669);border-color:#059669}.cs-legend-color.booked{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626}.cs-legend-color.closed{background:linear-gradient(135deg,#f59e0b,#d97706);border-color:#d97706}.cs-legend-item span{color:#f8fafc!important;font-size:.95rem;font-weight:600}.cs-table-container{background:#1e293b;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 40px #0000004d;margin:0 auto;max-width:1400px;overflow-x:auto;padding:2rem}.cs-loading{color:#94a3b8;padding:4rem 2rem;text-align:center}.cs-loading p{font-size:1.1rem;font-weight:500;margin-top:1rem}.cs-spinner{animation:spin 1s linear infinite;border:4px solid #334155;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto;width:40px}.cs-table{background:#1e293b;border-collapse:collapse;border-radius:12px;font-size:.9rem;overflow:hidden;width:100%}.cs-table td,.cs-table th{border:1px solid #334155;padding:1rem .75rem;text-align:center;transition:all .3s ease}.cs-table th{background:#0f172a;color:#f8fafc!important;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:10}.cs-court-column{background:linear-gradient(135deg,#4299e1,#667eea)!important;color:#fff!important;font-weight:800;min-width:150px;z-index:11}.cs-court-column,.cs-court-name{left:0;position:-webkit-sticky;position:sticky}.cs-court-name{background:#0f172a;border-right:2px solid #3b82f6;color:#f8fafc;font-weight:700;z-index:9}.cs-time-column.current-time{background:linear-gradient(135deg,#ffd89b,#19547b)!important;color:#fff!important;font-weight:800;position:relative}.cs-time-column.current-time:after{animation:glow 2s ease-in-out infinite alternate;background:#f59e0b;bottom:0;content:"";height:3px;left:0;position:absolute;right:0}@keyframes glow{0%{box-shadow:0 0 5px #f59e0b}to{box-shadow:0 0 20px #f59e0b}}.cs-time-column.past-time{background:#334155!important;color:#64748b!important;opacity:.6}.cs-slot{border-radius:4px;cursor:pointer;font-weight:600;position:relative;transition:all .3s ease}.cs-slot:hover{transform:scale(1.05);z-index:5}.cs-slot.available{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.cs-slot.available:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 15px #10b98166}.cs-slot.booked{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.cs-slot.booked:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 15px #ef444466}.cs-slot.closed{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.cs-slot.closed:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 15px #f59e0b66}.cs-slot.unknown{background:#475569;color:#94a3b8}.cs-slot.current-time{animation:currentSlotPulse 2s infinite;border:3px solid #f59e0b!important;box-shadow:0 0 15px #f59e0b80}@keyframes currentSlotPulse{0%,to{box-shadow:0 0 15px #f59e0b80}50%{box-shadow:0 0 25px #f59e0bcc}}.cs-status-indicator{font-size:1.1rem;font-weight:700;text-shadow:0 1px 2px #0000004d}.cs-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.cs-booking-modal{animation:slideIn .3s ease;background:#1e293b;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px #00000080;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.cs-modal-header{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);border-bottom:1px solid #334155;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:24px}.cs-modal-header h3{color:#f8fafc;font-size:1.5rem;font-weight:700;margin:0}.cs-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.cs-modal-close:hover{background-color:#334155;color:#f8fafc;transform:scale(1.1)}.cs-modal-content{background:#1e293b;padding:24px}.cs-booking-detail{background:#0f172a;border-left:4px solid #3b82f6;border-radius:12px;margin-bottom:20px;padding:16px;transition:all .3s ease}.cs-booking-detail:hover{box-shadow:0 4px 15px #0003;transform:translateX(4px)}.cs-booking-detail strong{color:#f8fafc;font-weight:600;margin-right:8px}.cs-booking-detail{color:#cbd5e1}.cs-status-badge{border-radius:20px;display:inline-block;font-size:.875rem;font-weight:600;margin-left:8px;padding:6px 16px}.cs-status-badge.available{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.cs-status-badge.booked{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.cs-status-badge.closed{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.cs-footer{border-top:1px solid #334155;color:#94a3b8;margin-top:3rem;padding:2rem;text-align:center}@media (max-width:768px){.cs-header h1{font-size:2.5rem}.cs-facility-map-container h2{font-size:1.8rem}.cs-facility-map{height:60vw;max-height:400px}.cs-date-display,.cs-legend{gap:1rem}.cs-table-container{padding:1rem}.cs-table td,.cs-table th{font-size:.8rem;padding:.75rem .5rem}}@media (max-width:480px){.cs-header h1{font-size:2rem}.cs-facility-map-container h2{font-size:1.5rem}.cs-legend{align-items:center;flex-direction:column;gap:.75rem}.cs-sport-tabs{gap:.5rem}.cs-sport-tab{min-width:100px;padding:.75rem 1.5rem}.cs-table-container{padding:.5rem}.cs-modal-content{padding:16px}.cs-booking-detail{padding:12px}}@media print{.cs-facility-map-container,.cs-map-controls,.cs-sport-tabs{display:none}.cs-table-container{box-shadow:none}.cs-table td,.cs-table th,.cs-table-container{border:1px solid #000}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;scroll-behavior:smooth}body{background:#0f172a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}main{background:#0f172a;flex:1 1;width:100%}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}.btn,h6{font-size:1rem}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;min-width:120px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea4d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}.card{background:#fff;border:1px solid #0000000d;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#667eea}.text-secondary{color:#4a5568}.text-success{color:#38a169}.text-danger{color:#e53e3e}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #667eea4d;border-radius:50%;border-top-color:#667eea;display:inline-block;height:40px;width:40px}@media (max-width:1024px){.container{padding:0 1.5rem}.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){html{font-size:14px}.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media (max-width:480px){.btn{font-size:.9rem;padding:.6rem 1.2rem}.card{padding:1.5rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:2px solid #667eea;outline-offset:2px}@media print{*{background:#0000!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}}.vertical-timeline-element-content{background:linear-gradient(135deg,#7ee7ff1a,#7ee7ff1a)!important;border:4px solid #7ee7ff!important;border-radius:24px!important;color:#7ee7ff!important}.vertical-timeline-element-content h3,.vertical-timeline-element-content p,.vertical-timeline-element-content span{color:#7ee7ff!important}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{left:102%!important}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:-5%!important}@media (max-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:auto!important;right:100.5%!important}}.admin-court-container{background:#0f172a;color:#cbd5e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.admin-loading{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #334155;border-radius:50%;border-top-color:#e53e3e;height:40px;width:40px}.admin-login-section{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.admin-login-card{background:#1e293b;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 15px 40px #0000004d;max-width:400px;padding:3rem;text-align:center;width:100%}.admin-login-card h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e53e3e,#f56565 50%,#fc8181);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900;letter-spacing:-.02em;margin-bottom:1rem}.admin-login-card p{color:#94a3b8;margin-bottom:2rem}.admin-login-form{text-align:left}.admin-court-header{background:#1e293b;border-bottom:1px solid #334155;padding:2rem}.admin-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.admin-court-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e53e3e,#f56565 50%,#fc8181);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin:0}.admin-user-info{align-items:center;color:#cbd5e1;display:flex;gap:1rem}.admin-logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.admin-logout-btn:hover{box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.admin-tabs{background:#1e293b;border-bottom:1px solid #334155;display:flex;gap:0;justify-content:center}.admin-tabs button{background:none;border:none;border-bottom:3px solid #0000;color:#94a3b8;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.admin-tabs button:hover{background:#e53e3e1a;color:#cbd5e1}.admin-tabs button.active{background:#e53e3e1a;border-bottom-color:#f56565;color:#f56565}.admin-content{margin:0 auto;max-width:1200px;padding:2rem}.admin-message{border-radius:8px;font-weight:500;margin-bottom:2rem;padding:1rem;text-align:center}.admin-message.success{background:#22c55e1a;border:1px solid #22c55e4d;color:#4ade80}.admin-message.error{background:#ef44441a;border:1px solid #ef44444d;color:#fca5a5}.form-group{margin-bottom:1.5rem}.form-group label{color:#cbd5e1;display:block;font-weight:500;margin-bottom:.5rem}.admin-input{background:#0f172a;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.admin-input:focus{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e33;outline:none}.admin-select{background:#0f172a;border:2px solid #334155;border-radius:12px;color:#f8fafc;font-size:1rem;padding:.75rem 1rem;width:100%}.admin-select:focus{border-color:#e53e3e;outline:none}.admin-login-btn{background:linear-gradient(135deg,#e53e3e,#f56565);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease;width:100%}.admin-login-btn:hover{box-shadow:0 8px 25px #e53e3e4d;transform:translateY(-2px)}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;margin-bottom:1rem;padding:.75rem}.admin-controls{background:#1e293b;border:1px solid #334155;border-radius:16px;display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-group label{color:#cbd5e1;font-weight:500}.courts-management{grid-gap:2rem;display:grid;gap:2rem}.court-card{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2rem}.court-card h3{color:#7ee7ff;font-size:1.5rem;margin-bottom:1.5rem}.slots-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.slot-item{background:#0f172a;border:1px solid #334155;border-radius:12px;padding:1rem}.slot-time{color:#cbd5e1;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.status-indicator{font-weight:600;text-transform:capitalize}.status-buttons{grid-template-columns:1fr 1fr 1fr}.status-btn{border:none;border-radius:6px;padding:.5rem}.status-btn.available{background:#374151;border:1px solid #22c55e}.status-btn.booked{background:#374151;border:1px solid #ef4444}.status-btn.maintenance{background:#374151;border:1px solid #f59e0b}.status-btn:hover{box-shadow:0 2px 8px #0000004d;transform:translateY(-1px)}.time-slot-forms{margin-bottom:3rem}.form-section{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:2rem;padding:2rem}.form-section h3{color:#cbd5e1;font-size:1.5rem;margin-bottom:1.5rem}.admin-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.admin-btn.primary{background:linear-gradient(135deg,#e53e3e,#f56565);color:#fff}.admin-btn.danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.admin-btn:hover{box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.existing-slots h3{color:#f8fafc;font-size:1.5rem;margin-bottom:1.5rem}.slots-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.slot-card{align-items:center;background:#1e293b;border:1px solid #334155;border-radius:12px;display:flex;justify-content:space-between;padding:1.5rem}.slot-info h4{color:#7ee7ff;margin-bottom:.5rem}.slot-info p{color:#94a3b8;margin:0}@media (max-width:768px){.admin-header-content{text-align:center}.admin-controls,.admin-header-content{flex-direction:column;gap:1rem}.slots-grid,.status-buttons{grid-template-columns:1fr}.admin-tabs{flex-direction:column}.admin-tabs button{padding:.75rem 1rem}}.sport-card.enhanced{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:2rem;transition:all .3s ease}.sport-card.enhanced:hover{border-color:#475569;box-shadow:0 4px 12px #0000004d}.court-count-section{border-top:1px solid #334155;margin-top:1.5rem;padding-top:1rem}.court-count-display{align-items:center;display:flex;gap:1rem;justify-content:space-between}.court-count{color:#7ee7ff;font-size:1.1rem}.court-count strong{color:#f8fafc;font-size:1.3rem}.court-edit-form{display:flex;flex-direction:column;gap:1rem}.court-edit-form label{color:#cbd5e1;font-size:.9rem;font-weight:600}.court-edit-controls{display:flex;flex-direction:column;gap:1rem}.admin-input.small{font-size:.9rem;max-width:100px;padding:.5rem}.edit-actions{display:flex;gap:.5rem}.admin-btn.small{font-size:.9rem;min-width:80px;padding:.5rem 1rem}.admin-btn.secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.status-legend{background:#0f172a;border:1px solid #334155;border-radius:8px;margin-bottom:2rem;padding:1rem}.status-legend h4{color:#cbd5e1;margin-bottom:1rem}.legend-item{border-radius:6px;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.legend-item.available{background:#22c55e;color:#fff}.legend-item.booked{background:#ef4444;color:#fff}.legend-item.maintenance{background:#f59e0b;color:#fff}.slot-controls{display:flex;flex-direction:column;gap:1rem}.status-indicator{border-radius:8px;color:#fff;font-weight:700;letter-spacing:.5px;padding:.5rem 1rem;text-align:center;text-transform:uppercase}.status-buttons{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr}.status-btn{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s ease}.status-btn.available{background:#22c55e1a;border-color:#22c55e;color:#22c55e}.status-btn.available.active{background:#22c55e;box-shadow:0 4px 12px #22c55e4d;color:#fff}.status-btn.booked{background:#ef44441a;border-color:#ef4444;color:#ef4444}.status-btn.booked.active{background:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff}.status-btn.maintenance{background:#f59e0b1a;border-color:#f59e0b;color:#f59e0b}.status-btn.maintenance.active{background:#f59e0b;box-shadow:0 4px 12px #f59e0b4d;color:#fff}.status-btn:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.debug-info{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;margin-top:1rem;padding:1rem}.debug-info p{color:#60a5fa;font-weight:600;margin-bottom:.5rem}.debug-info ul{color:#cbd5e1;margin:0}.form-help{color:#94a3b8;font-size:.9rem;font-style:italic;margin-top:.5rem}@media (max-width:768px){.court-count-display{align-items:stretch;flex-direction:column;gap:.5rem}.court-edit-controls{align-items:stretch}.edit-actions{justify-content:stretch}.admin-btn.small{flex:1 1}.status-buttons{grid-template-columns:1fr}.legend-items{flex-direction:column}.slots-grid{grid-template-columns:1fr}}.courts-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:1rem}.court-card.compact{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1rem}.court-card.compact h3{color:#1f2937;font-size:1.1rem;margin:0 0 .75rem}.slots-grid.compact{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.slot-item.compact{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem}.slot-item.compact .slot-time{color:#374151;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.slot-status-container{display:flex;flex-direction:column;gap:.5rem}.status-indicator.compact{align-items:center;border-radius:4px;color:#fff;display:flex;font-size:.8rem;font-weight:500;gap:.25rem;justify-content:center;padding:.25rem .5rem;text-align:center}.status-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:.8rem;padding:.375rem .5rem;transition:border-color .2s}.status-dropdown:hover{border-color:#9ca3af}.status-dropdown:disabled{background:#f3f4f6;cursor:not-allowed}.updating-indicator{align-items:center;display:flex;justify-content:center;padding:.25rem}.mini-spinner{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.legend-items{display:flex;flex-wrap:wrap;gap:1rem}.legend-item{border-radius:4px;color:#fff;font-size:.8rem;font-weight:500;padding:.25rem .5rem}.legend-item.available{background-color:#22c55e}.legend-item.booked{background-color:#ef4444}.legend-item.maintenance{background-color:#f59e0b}@media (max-width:768px){.courts-grid,.slots-grid.compact{grid-template-columns:1fr}.legend-items{flex-direction:column;gap:.5rem}}*{box-sizing:border-box;margin:0;padding:0}.aq-pageContainer{background:#0f172a;color:#1a202c;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;padding:2rem 0}.titleText{-webkit-background-clip:text;background-clip:text;color:#7ee7ff;font-size:4rem;font-weight:900;letter-spacing:-.02em;margin:2rem 0 3rem;position:relative;text-align:center}.titleText:after{background:#7ee7ff;border-radius:3px;bottom:-15px;content:"";height:5px;left:50%;position:absolute;transform:translateX(-50%);width:120px}.aq-about{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #0000000d;border-radius:24px;box-shadow:0 15px 40px #0000001a;color:#fff;font-size:1.2rem;line-height:1.8;margin:0 auto 4rem;max-width:1200px;padding:3rem;text-align:justify;transition:all .3s ease}.aq-about:hover{box-shadow:0 25px 60px #00000026;transform:translateY(-5px)}.achievements,.contacts,.events,.facilities,.gallery,.location,.timing{margin:4rem auto;max-width:1200px;padding:0 2rem}.aq-heading{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-left:5px solid #3b82f6;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;gap:1rem;margin-bottom:2.5rem;padding:1.5rem}.arrow{color:#3b82f6;font-size:1.5rem}.aq-headingtext{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2.2rem;font-weight:800}.content{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;gap:3rem;padding:3rem}.facilityText{color:#fff;flex:1 1;font-size:1.1rem;line-height:1.7}.facilityText b{color:#fff;font-weight:700}.image{border-radius:16px;box-shadow:0 8px 25px #00000026;height:300px;object-fit:cover;transition:transform .3s ease;width:400px}.image:hover{transform:scale(1.05)}.cardslist{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;position:relative}.cardslist>.aq-card{z-index:1}.aq-card{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #0000000d;border-radius:20px;box-shadow:0 8px 25px #00000014;cursor:pointer;flex:0 0 350px;margin-bottom:2rem;max-width:100%;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease;width:350px}.aq-card:before{background:linear-gradient(135deg,#3b82f6,#6366f1);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.aq-card:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px)}.aq-card-heading{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.aq-card-content{animation:fadeIn .3s ease;color:#fff;font-size:1rem;line-height:1.6;margin-top:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aq-card.expanded{background:linear-gradient(135deg,#1a202c,#2d3748);box-shadow:0 24px 60px 0 #3b82f640,0 8px 25px #00000026;filter:drop-shadow(0 0 16px #3b82f6aa);margin-bottom:6rem;max-width:90vw;min-width:350px;outline:4px solid #3b82f6;outline-offset:-4px;transform:scale(1.08);transition:all .3s cubic-bezier(.4,0,.2,1);width:500px;z-index:10}.aq-card-placeholder{background:#0000;border:none;flex:0 0 350px;height:100%;margin-bottom:2rem;max-width:100%;pointer-events:none;width:350px}.contactlist{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contactCard{background:linear-gradient(135deg,#1a202c,#2d3748);border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.contactCard:hover{box-shadow:0 20px 50px #00000026;transform:translateY(-8px)}.contactImg{border:4px solid #3b82f6;border-radius:50%;box-shadow:0 8px 25px #3b82f64d;height:120px;margin-bottom:1.5rem;object-fit:cover;width:120px}.aq-name{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.info{color:#fff;font-size:1rem;margin-bottom:.25rem}.new-gallery{background:linear-gradient(135deg,#1a202c,#2d3748);border-radius:20px;box-shadow:0 10px 30px #00000014;overflow:hidden;padding:2rem;text-align:center}.gallery-image{background-color:#1a202c;border-radius:16px;box-shadow:0 8px 25px #00000026;display:block;height:auto;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-height:400px;max-width:600px;object-fit:contain;width:100%}.gallery-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gallery-buttons button{background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;min-width:100px;padding:.875rem 2rem;transition:all .3s ease}.gallery-buttons button:hover{box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.timing{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;gap:3rem;padding:3rem}.side{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2rem;font-weight:800}.schimg{border-radius:16px;box-shadow:0 8px 25px #00000026;max-width:600px;width:100%}.location{align-items:center;background:linear-gradient(135deg,#1a202c,#2d3748);border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;gap:3rem;padding:3rem}.map{border-radius:16px;box-shadow:0 8px 25px #00000026}.sideL{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;background-clip:text;color:#2d3748;font-size:2rem;font-weight:800}@media (max-width:1024px){.titleText{font-size:3rem}.content,.location,.timing{flex-direction:column;text-align:center}.image{max-width:400px;width:100%}}@media (max-width:768px){.pageContainer{padding:1rem 0}.titleText{font-size:2.5rem}.aq-about{margin:0 1rem 3rem;padding:2rem}.achievements,.contacts,.events,.facilities,.gallery,.location,.timing{padding:0 1rem}.content,.location,.timing{padding:2rem}.cardslist{flex-direction:column;gap:1.5rem}.aq-card{flex-basis:100%;max-width:100%}.contactlist{grid-template-columns:1fr}.gallery-buttons{align-items:center;flex-direction:column}.map{height:300px;width:100%}.gallery-image{margin-bottom:1.5rem;max-height:280px;width:100%}.new-gallery{padding:1.5rem}}@media (max-width:480px){.titleText{font-size:2rem}.aq-headingtext{font-size:1.8rem}.aq-about{font-size:1rem}.aq-about,.card,.content,.location,.timing{padding:1.5rem}.contactCard{padding:2rem}.gallery-image{margin-bottom:1.5rem;max-height:220px;width:100%}.new-gallery{padding:1rem}.gallery-buttons{gap:.5rem}.gallery-buttons button{font-size:.9rem;padding:.75rem 1.5rem}}@media (max-width:400px){.titleText{font-size:1.8rem}.aq-about{margin:0 .5rem 2rem;padding:1rem}.achievements,.contacts,.events,.facilities,.gallery,.location,.timing{padding:0 .5rem}.aq-heading,.content,.location,.timing{padding:1rem}.aq-headingtext{font-size:1.6rem}.gallery-image{margin-bottom:1rem;max-height:200px;width:100%}.new-gallery{padding:.8rem}.gallery-buttons{flex-direction:column;gap:.3rem}.gallery-buttons button{font-size:.85rem;max-width:200px;padding:.7rem 1.2rem;width:100%}}.vertical-timeline-element-content{box-shadow:none!important}
/*# sourceMappingURL=main.6fd078e3.css.map*/