@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}html,body{scrollbar-width:none;-ms-overflow-style:none;background:#fff;width:100%;overflow-x:hidden}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.header{z-index:100;background:linear-gradient(90deg,#08501f 0%,#0b6d2a 55%,#0d7a30 100%);width:100%;position:relative;overflow:visible}.headerTopRow{justify-content:space-between;align-items:center;gap:20px;width:100%;padding:22px 30px;display:flex;position:relative;overflow:hidden}.headerTopRow:before{content:"";opacity:.3;z-index:0;background-image:linear-gradient(90deg,#08501f 0%,#0009 40%,#08501f0d 75%),url(https://images.unsplash.com/photo-1635895882609-942f36e1db5d?w=1600&q=70&auto=format&fit=crop);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.headerTopRow>*{z-index:1;position:relative}.brandLink{cursor:pointer;align-items:center;gap:14px;text-decoration:none;display:flex}.logo img{object-fit:contain;width:80px;height:auto;transition:all .3s;display:block}.logo img:hover{transform:scale(1.05)}.clubNameShort{color:#fff;letter-spacing:.3px;font-size:30px;font-weight:500;line-height:1.25}.clubNameFull{color:#ffffffd9;letter-spacing:.3px;margin-top:2px;font-size:20px;font-weight:500;display:none}.headerTopActions{flex-shrink:0;align-items:center;gap:12px;display:flex}.calendarButton{cursor:pointer;color:#fff;background:0 0;border:1px solid #fff6;border-radius:10px;outline:none;align-items:center;gap:8px;height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.calendarButtonText{white-space:nowrap}.calendarButton:hover{background:#ffffff1f}.headerLiveBtn{white-space:nowrap;background:#f5a623;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 20px;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 6px 14px #0003}.headerLiveBtn:hover{background:#d98d13;transform:translateY(-2px);box-shadow:0 10px 22px #0000004d}.headerLiveBtnIcon{color:#1c1c1c;font-size:13px}.headerLiveBtnText{color:#1c1c1c;letter-spacing:.3px;text-transform:uppercase;font-size:13px;font-weight:800}.headerLiveBtnTextShort{color:#1c1c1c;letter-spacing:.3px;text-transform:uppercase;font-size:12px;font-weight:800;display:none}.menuButton{cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:8px;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;transition:all .3s;display:none}.menuButton:hover{color:#0b6d2a;background:#fff}.navLinks{white-space:nowrap;background:#0000002e;flex-wrap:nowrap;justify-content:center;align-items:center;gap:4px;padding:0 30px;display:flex;position:relative;overflow:visible}.navItem{color:#ffffffd9;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:flex;position:relative}.navItemIcon{align-items:center;font-size:14px;display:flex}.navItemChevron{margin-left:2px;font-size:8px}.navItem:hover{color:#f5a623;background:#ffffff0f;border-bottom-color:#f5a623}.navItem.active{color:#f5a623;border-bottom-color:#f5a623}.navDropdownWrap{position:relative}.navItemDropdown{background:0 0!important}.navDropdownMenu{z-index:500;opacity:0;scrollbar-width:none;-ms-overflow-style:none;background-color:#0009;border-radius:12px;flex-direction:column;gap:2px;width:max-content;min-width:210px;max-width:260px;max-height:260px;padding:8px;transition:all .25s;animation:.25s forwards navDropdownEnter;display:flex;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden auto;transform:translateY(-8px);box-shadow:2px 2px 3px #eeeeee4a}@keyframes navDropdownEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.navDropdownMenu::-webkit-scrollbar{width:0;display:none}.navSubMenu::-webkit-scrollbar{width:0;display:none}.navDropdownWrap:after{content:"";height:14px;position:absolute;top:100%;left:0;right:0}.navDropdownLink{color:#fff;border-radius:9px;padding:9px 12px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.navDropdownLink:hover,.navDropdownLink.active{color:#fff;background:#0b6d2a}.navDropdownItemWrap{flex-direction:column;display:flex}.navDropdownLinkParent{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.subChevron{color:#fff;flex-shrink:0;margin-left:10px;font-size:8px;transition:transform .25s}.subChevron.open{transform:rotate(180deg)}.navSubMenu{opacity:0;scrollbar-width:none;-ms-overflow-style:none;background-color:#0009;border-radius:9px;flex-direction:column;gap:2px;max-height:220px;margin:2px 0 4px 10px;padding:6px;animation:.2s forwards navDropdownEnter;display:flex;position:relative;overflow-y:auto}.navSubMenu .navDropdownLink{color:#fff;font-size:11.5px}.mobileOverlay{z-index:150;background:#00000073;position:fixed;inset:0}.mobileMenu{-webkit-backdrop-filter:blur(10px);z-index:200;scrollbar-width:none;-ms-overflow-style:none;background:#0009;border-radius:0 14px 14px 0;flex-direction:column;width:280px;max-width:80%;height:auto;max-height:100vh;transition:left .35s;display:flex;position:fixed;top:0;left:-280px;right:auto;overflow:hidden auto;box-shadow:10px 0 40px #00000040}.mobileMenu::-webkit-scrollbar{width:0;display:none}.mobileMenu.open{left:0}.mobileMenuHeader{background:#0000002e;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.mobileMenuBrand{align-items:center;gap:10px;display:flex}.mobileLogo{width:38px}.mobileClubNameShort{color:#fff;font-size:18px;font-weight:800;line-height:1.1}.mobileClubNameFull{color:#fffc;font-size:10.5px;font-weight:500}.mobileCloseButton{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;display:flex}.mobileMenuLinks{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;padding:10px 8px 16px;display:flex}.mobileMenuLinks::-webkit-scrollbar{width:0;display:none}.mobileNavItem{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:14px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.mobileNavItemLeft{align-items:center;gap:12px;display:flex}.mobileNavItemIcon{align-items:center;width:18px;font-size:15px;display:flex}.mobileNavItem:hover,.mobileNavItem:active,.mobileNavItem:focus{background:#0b6d2a;outline:none}.mobileNavItem .chevronIcon{transition:transform .25s}.mobileNavItem .chevronIcon.rotated{transform:rotate(180deg)}.mobileDropdownMenu{background:#065a218c;border-radius:8px;grid-template-rows:0fr;transition:grid-template-rows .45s;display:grid;overflow:hidden}.mobileDropdownMenu.open{grid-template-rows:1fr}.mobileDropdownInner{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;min-height:0;max-height:250px;padding:0 0 0 18px;display:flex;overflow-y:auto}.mobileDropdownInner::-webkit-scrollbar{width:0;display:none}.mobileDropdownLink{color:#fff;border-bottom:1px dashed #ffffff1f;border-radius:8px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:background .2s}.mobileDropdownLink:hover,.mobileDropdownLink:active,.mobileDropdownLink:focus{background:#0b6d2a;outline:none}.mobileDropdownLink:last-child{border-bottom:none}.mobileDropdownParent{cursor:pointer;width:100%;font:inherit;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.mobileSubMenu{background:#065a21eb;border-radius:8px;grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid;overflow:hidden}.mobileSubMenu.open{grid-template-rows:1fr}@media (max-width:992px){.navLinks{display:none}.menuButton{display:flex}.headerTopRow{gap:10px;padding:10px 14px}.logo img{width:54px}.clubNameShort{display:none}.clubNameFull{color:#fff;font-size:15px;font-weight:800;display:block}.calendarButton{color:#0b6d2a;background:#fff;border:none;border-radius:50%;justify-content:center;width:38px;height:38px;padding:0}.calendarButtonText{display:none}.calendarButton:hover{color:#fff;background:#0b6d2a}.headerLiveBtn{background:#f5a623;border-radius:50%;justify-content:center;width:38px;height:38px;padding:0}.headerLiveBtnText,.headerLiveBtnTextShort{display:none}.headerLiveBtnIcon{margin:0;font-size:15px}.headerTopActions{gap:8px}}@media (max-width:480px){.logo img{width:46px}}
.footer{color:#fff;background:linear-gradient(160deg,#0d7a30 0%,#0b6d2a 55%,#094f20 100%);width:100%;margin-top:0}.footerTop{max-width:1500px;margin:auto;padding:48px 50px}.footerMain{grid-template-columns:1fr 1.8fr auto;align-items:center;gap:0;display:grid}.footerLeft{text-align:center;flex-direction:column;align-items:center;gap:16px;padding-right:40px;display:flex}.footerBrandRow{flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.footerLogo{filter:drop-shadow(0 4px 10px #00000040);flex-shrink:0;width:58px}.socialIcons{justify-content:center;gap:12px;display:flex}.socialIcons a{color:#fff;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;transition:all .3s;display:flex;box-shadow:0 6px 14px #00000038}.socialIcons a:hover{transform:translateY(-4px);box-shadow:0 10px 22px #00000052}.iconFacebook{background:#1877f2}.iconX{background:#000;border:1px solid #fff3}.iconInstagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b,#6228d7)}.iconYoutube{background:red}.footerText{color:#ffffffd1;max-width:300px;margin:0 auto;font-size:13.5px;line-height:21px}.contactUsBtn{cursor:pointer;color:#fff;letter-spacing:.3px;background:#16a34a;border:none;border-radius:50px;outline:none;justify-content:center;align-self:center;align-items:center;padding:11px 26px;font-size:13px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 8px 18px #0003}.contactUsBtn:hover{color:#0b6d2a;background:#fff;transform:translateY(-3px);box-shadow:0 10px 22px #00000040}.contactUsBtn:active{transform:scale(.96)}.weatherInline{border-left:1px solid #ffffff29;border-right:1px solid #ffffff29;align-items:center;gap:28px;height:100%;padding:0 40px;display:flex}.contactBtnRow{flex-wrap:nowrap;justify-content:center;gap:12px;display:flex}.contactBtnRow .contactUsBtn{white-space:nowrap;padding:11px 18px;font-size:12px}.weatherMain{border-right:1px solid #ffffff29;flex-direction:column;flex-shrink:0;gap:4px;padding-right:26px;display:flex}.weatherMain h3{letter-spacing:1.5px;color:#ffffffbf;margin:0;font-size:13px;font-weight:700}.weatherMainRow{align-items:center;gap:8px;display:flex}.weatherMainRow span{font-size:28px;line-height:1}.weatherMainRow h1{margin:0;font-size:30px;font-weight:800;line-height:1}.weatherDesc{color:#fff9;margin:0;font-size:12px}.weatherDays{justify-content:flex-start;align-items:flex-start;gap:18px;display:flex}.weatherDay{text-align:center;flex-direction:column;align-items:center;gap:5px;transition:all .3s;display:flex}.weatherDay h4{color:#ffffffe6;margin:0;font-size:13px;font-weight:700}.weatherDay span{font-size:20px;line-height:1}.weatherTemps{flex-direction:column;gap:1px;display:flex}.weatherTemps strong{font-size:13px;font-weight:700}.weatherTemps small{color:#ffffff8c;font-size:11px}.footerApp{flex-direction:column;align-items:center;gap:14px;padding-left:40px;display:flex}.getAppText{letter-spacing:.5px;color:#fff;text-transform:uppercase;margin:0;font-size:13.5px;font-weight:700}.appIconsRow{align-items:center;gap:14px;display:flex}.appCircle{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;box-shadow:0 6px 16px #0000002e}.appCircle img{object-fit:contain;width:24px;height:24px}.appleIcon{color:#fff;font-size:24px}.appCircle:hover{background:#ffffff38;transform:translateY(-4px);box-shadow:0 10px 22px #00000047}.footerBottom{color:#111;text-align:center;background:#fff;border-top:1px solid #0000000f;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px 40px;font-size:13px;font-weight:600;display:flex}.footerLinks{align-items:center;gap:10px;font-weight:600;display:flex}.footerLinks a{color:#111;text-decoration:none;transition:color .2s}.footerLinks a:hover{color:#0b6d2a;text-decoration:underline}.footerDivider{color:#999}@media (max-width:1100px){.footerMain{grid-template-columns:1fr;gap:34px}.footerLeft{padding-right:0}.weatherInline{border:1px solid #ffffff29;border-left:none;border-right:none;flex-direction:column;gap:18px;width:100%;padding:28px 0}.weatherMain{border-bottom:1px solid #ffffff29;border-right:none;align-items:center;padding-bottom:14px;padding-right:0}.weatherDays{flex-wrap:wrap;justify-content:center;width:100%}.footerApp{padding-left:0}}@media (max-width:700px){.footerTop{padding:34px 20px}.weatherDays{gap:16px}.weatherMainRow h1{font-size:24px}.footerBottom{text-align:center;flex-direction:column;padding:16px 20px}}
