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