.App{text-align:center}*{margin:0;font-family:Arial,Helvetica,sans-serif}button{padding:10px 20px;border:none;cursor:pointer;background-color:transparent;color:#fff;border-radius:5px;margin-top:10px;border:5px solid #ffffff}.App h1{color:#fff;font-weight:700;text-align:center;margin-bottom:20px;text-shadow:2px 2px 0 #000,-1px 2px 0 #000,-2px -2px 0 #000,1px -2px 0 #000}.App h2{color:inherit;font-weight:600;text-align:center;margin-bottom:20px;font-size:2.2em}.App h3{color:#000;font-weight:400;text-align:center}.App h4{color:#000;font-weight:300;text-align:center;margin-bottom:20px}p{color:inherit;font-weight:300;text-align:center;margin-bottom:20px;font-size:16px}.nav{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;background-color:#000;color:#fff;padding:20px}.social_media{display:flex;gap:10px;flex:1}.social_media_icon{font-size:24px;color:#fff;text-decoration:none}.logo{flex:1;text-align:center}.logo img{width:150px;height:auto}.navigation{flex:1;display:flex;justify-content:flex-end}.navlinks{display:flex;gap:15px}.navlinks a{color:#fff;text-decoration:none;font-size:17px;white-space:nowrap}.hamburger{display:none;font-size:26px;color:#fff;cursor:pointer}@media(max-width:900px){.nav{padding:15px}.hamburger{display:block}.navigation{position:absolute;top:100%;left:0;width:100%;background-color:#000;flex-direction:column;align-items:center;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;z-index:999}.navigation.open{max-height:500px}.navlinks{flex-direction:column;padding:20px 0;gap:20px}.navlinks a{font-size:18px}.logo{text-align:left}}@media(max-width:480px){.logo img{width:120px}.social_media_icon{font-size:20px}}.hero{display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;position:relative;overflow:hidden;min-height:100vh;width:100%;background:#00000073}.img-bg{z-index:-1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center}.hero>div{position:relative;z-index:1;max-width:90%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:0 1rem}.hero h1{font-size:3rem;margin:0}.hero h2{font-size:1.8rem;margin:0}.home-button{padding:12px 24px;border:5px solid #ffffff;border-radius:5px;background-color:transparent;color:#fff;cursor:pointer;text-decoration:none;font-size:1.1rem;transition:all .3s ease}.home-button:hover{color:green;background-color:#fff}@media(max-width:1200px){.hero h1{font-size:2.8rem}.hero h2{font-size:1.6rem}.home-button{font-size:1rem;padding:10px 20px}}@media(max-width:900px){.hero h1{font-size:2.2rem}.hero h2{font-size:1.3rem}.home-button{font-size:.95rem;padding:9px 18px}}@media(max-width:600px){.hero h1{font-size:1.8rem}.hero h2{font-size:1.1rem}.home-button{font-size:.9rem;padding:8px 16px;border-width:4px}}@media(max-width:400px){.hero h1{font-size:1.5rem}.hero h2{font-size:1rem}.home-button{font-size:.85rem;padding:6px 14px;border-width:3px}}.About-Cont{display:flex;flex-direction:column;align-items:center;gap:20px;padding:20px 10px;background-color:#ecf2f7}.Hor-Stats-Cont{display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.Hor-Stats-Cont h3{color:#fff;font-weight:500;text-align:center;background-color:#2b2a2a;box-shadow:#0000003d 0 3px 8px;padding:10px 15px;border-radius:10px}.Hor-Cards-Cont{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;max-width:1400px;justify-items:center}.card{position:relative;width:100%;max-width:350px;border:1px solid #000000;box-shadow:#0000003d 0 3px 8px;overflow:hidden;display:flex;flex-direction:column;background-color:#000;cursor:pointer}.card img{width:100%;height:400px;object-fit:cover}.content{position:absolute;inset:0;background:#000000e6;color:#fff;display:flex;flex-direction:column;text-align:center;transform:translateY(calc(100% - 60px));transition:transform .3s ease-in-out}.title-container{width:100%;min-height:60px;background-color:#369836;padding:15px 10px;display:flex;align-items:center;justify-content:center}.title-container h3{margin:0;font-size:20px}.description{flex:1;overflow-y:auto;margin:15px;font-size:18px;line-height:1.5}.home-button{margin:15px;padding:10px 20px;background-color:#fff;color:#000;font-weight:600;text-decoration:none;border-radius:6px}.card.active .content{transform:translateY(0)}.About-Bott{text-align:center;margin-top:40px}.About-Bott h2{font-size:24px;margin-bottom:10px}.About-Bott h4{font-size:18px;font-weight:400;margin-bottom:20px}@media(max-width:1200px){.Hor-Cards-Cont{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.Hor-Cards-Cont{grid-template-columns:repeat(2,1fr)}.card img{height:300px}}@media(max-width:600px){.Hor-Cards-Cont{grid-template-columns:1fr}.card img{height:260px}.Hor-Stats-Cont{flex-direction:column;gap:15px}.About-Bott h2{font-size:20px}.About-Bott h4{font-size:16px}.content{transform:translateY(calc(100% - 80px))}.title-container{min-height:80px}}@media(max-width:480px){.description{font-size:15px}.card img{height:240px}.About-Bott h2{font-size:18px}.About-Bott h4{font-size:14px}}.timetableSect{background-color:transparent;padding:2rem 0;display:flex;flex-direction:column}.timetableBox{padding:1rem;margin:1rem auto .5rem;width:100%;max-width:1800px}.timetableTitle{text-align:center;margin:0 auto;padding-bottom:1.5rem}.timetableHeading{color:#000;font-weight:500}.timetableStructure{display:grid;grid-template-columns:repeat(6,minmax(220px,1fr));gap:2rem}.cardTimetable{padding:1.5rem;display:flex;flex-direction:column;background-color:#fff;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset}.cardFormatTimetable{margin-bottom:.75rem;font-weight:800;font-size:1.35rem;text-decoration:underline;text-align:center}.cardTextFormat{margin-bottom:.75rem}.cardName{color:#000;font-size:1.05rem;line-height:1.35rem}.cardTime{font-size:.9rem;line-height:1rem;color:#00b400}@media(max-width:1300px){.timetableStructure{grid-template-columns:repeat(4,1fr)}}@media(max-width:1000px){.timetableStructure{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.timetableStructure{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.timetableStructure{grid-template-columns:1fr;gap:1.5rem}.timetableBox{padding:.5rem}.cardTimetable{padding:1rem}.cardFormatTimetable{font-size:1.15rem}.cardName{font-size:.95rem}.cardTime{font-size:.8rem}}.coachSection{padding:2rem 0;display:flex;flex-direction:column;background-color:#ecf2f7}.coachContainer{padding:1rem;margin:1rem auto .5rem;width:100%;max-width:1400px;text-align:center}.coachContainer h2{margin-bottom:2rem}.coachGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.CoachCardOutline{border-radius:.75rem;box-shadow:#06182c66 0 0 0 2px,#06182ca6 0 4px 6px -1px,#ffffff14 0 1px inset;padding:2rem 1.5rem 1.5rem;background-color:#fff;color:#000;display:flex;flex-direction:column;align-items:center}.coachesImage{border-radius:9999px;height:8rem;width:8rem;object-fit:cover;margin-bottom:1rem}.coachName{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.coachBio{font-size:.95rem;line-height:1.4rem;color:#333;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.coachBio.expanded{-webkit-line-clamp:unset;overflow:visible}.moreBtn{background:none;border:none;color:#008c00;font-weight:600;cursor:pointer;margin-top:auto}.moreBtn:hover{text-decoration:underline}@media(max-width:1200px){.coachGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.coachGrid{grid-template-columns:1fr}.CoachCardOutline{max-width:400px;margin:0 auto}}@media(max-width:480px){.coachName{font-size:1.15rem}.coachBio{font-size:.9rem}}.ReviewSection{background-color:transparent;padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column}.ReviewContainer{padding:1rem;margin-top:1rem;margin-bottom:.5rem;margin-left:auto;margin-right:auto;width:70%}.ContactSection{background-color:transparent;padding-top:2rem;padding-bottom:2rem;display:flex;flex-direction:column;background-color:#ecf2f7}.ContactContainer{padding:1rem;margin-top:1rem;margin-bottom:.5rem;margin-left:auto;margin-right:auto;width:70%}.DivBoxes{display:flex;justify-content:space-around;align-items:center}.HeroSection{position:relative;width:100%;min-height:660px;overflow:hidden;margin-bottom:60px;background-image:url(/assets/JuniorsHome-DKJ6g4Uq.jpg);background-size:cover;background-position:center 60%;display:flex}.HeroImage{width:100%;height:100%;object-fit:cover;filter:brightness(70%)}.JuniorsSection{padding:40px 20px}.JuniorsContainer{max-width:1100px;margin:auto}.Row{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:80px}.Row:nth-child(2n){flex-direction:row-reverse}.RowLeft{flex:1}.RowRight{flex:1;display:flex;justify-content:center;align-items:center}.RowRight img{width:100%;max-height:260px;object-fit:cover;border-radius:12px;box-shadow:0 4px 14px #00000026}.PageTitle{text-align:center;margin-bottom:50px;font-size:2.5rem}.Description{color:#000;line-height:1.6;font-size:1.1rem}@media(max-width:900px){.Row{flex-direction:column!important;text-align:center}.RowRight img{max-height:300px}.HeroTitle{font-size:2.4rem}}.BackButton{position:fixed;top:20px;left:20px;background:#ffffffd2;padding:10px 18px;border-radius:6px;text-decoration:none;color:#333;font-weight:600;box-shadow:0 4px 12px #00000026;z-index:999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:.2s ease}.BackButton:hover{background:#fff;transform:translateY(-2px)}.HeroSection{position:relative;width:100%;height:280px;overflow:hidden;margin-bottom:60px}.HeroImage{width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(70%)}.HeroTitle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:3rem;font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.45);margin:0;z-index:2}.BlogSection{background-color:#ecf2f7;padding:60px 20px}.BlogIntro{text-align:center;max-width:700px;margin:0 auto 50px;font-size:1.15rem;color:#3d5163}.BlogContainer{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;justify-items:center}.BlogCard{background:#fff;border-radius:14px;box-shadow:0 6px 16px #0a192d14;overflow:hidden;width:100%;max-width:280px;cursor:pointer;transition:transform .2s}.BlogCard:hover{transform:translateY(-4px)}.PostImage{width:100%;height:160px;object-fit:cover}.PostTitle{font-size:1.3rem;font-weight:700;margin:12px 16px;color:#0b2240}.ModalOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;overflow-y:auto}.ModalContent{background:#fff;border-radius:14px;max-width:700px;width:100%;padding:20px;position:relative;box-shadow:0 8px 24px #0000004d;animation:fadeIn .3s ease-in-out}.CloseButton{position:absolute;top:12px;right:16px;font-size:1.8rem;background:transparent;border:none;cursor:pointer;color:#333}.ModalPostImage{width:100%;height:250px;object-fit:cover;border-radius:10px;margin-bottom:16px}.ModalPostTitle{font-size:2rem;font-weight:700;margin-bottom:12px;color:#0b2240}.ModalPostDescription{font-size:1.1rem;line-height:1.6;margin-bottom:20px;color:#3d5163}.ModalAuthorInfo{display:flex;align-items:center}.ModalAuthorImage{width:50px;height:50px;object-fit:cover;border-radius:50%;margin-right:12px}.ModalAuthorName{font-size:1rem;font-weight:600;color:#0b2240}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:1400px){.BlogContainer{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.BlogContainer{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.BlogContainer{grid-template-columns:1fr}}
