.navbar{background:linear-gradient(135deg,#1e3c72 0%,#2a5298 100%);box-shadow:0 4px 15px rgba(0,0,0,0.1);transition:all 0.3s ease}.navbar.scrolled{padding:5px 0;background:rgba(30,60,114,0.95);backdrop-filter:blur(10px)}.logo{background:linear-gradient(45deg,#FFD700,#FFA500);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,0.2)}.nav-link{position:relative;transition:all 0.3s ease;color:#f8f9fa;font-weight:500}.nav-link:hover{color:#FFD700;transform:translateY(-2px)}.nav-link::after{content:'';position:absolute;width:0;height:2px;bottom:-5px;left:0;background:linear-gradient(45deg,#FFD700,#FFA500);transition:width 0.3s ease}.nav-link:hover::after{width:100%}.mobile-menu{max-height:0;overflow:hidden;transition:max-height 0.5s ease}.mobile-menu.open{max-height:500px}.hamburger span{display:block;width:25px;height:3px;margin:5px auto;background-color:#f8f9fa;transition:all 0.3s ease}.hamburger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.soccer-ball{display:inline-block;width:20px;height:20px;background:#fff;border-radius:50%;position:relative;margin-right:10px;box-shadow:0 0 0 2px #000}.soccer-ball::before,.soccer-ball::after{content:'';position:absolute;background:#000;border-radius:50%}.soccer-ball::before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.soccer-ball::after{width:2px;height:100%;top:0;left:50%;transform:translateX(-50%)}.goal-post{position:absolute;bottom:-10px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#FFD700,transparent);opacity:0;transition:opacity 0.3s ease}.nav-item:hover .goal-post{opacity:1}body{font-family:'Montserrat',sans-serif;background-color:#f8f9fa}.hero-section{background:linear-gradient(rgba(30,60,114,0.8),rgba(42,82,152,0.8)),url('../themes/main/assets/img/Photo3.png');background-size:cover;background-position:center;min-height:90vh;display:flex;align-items:center}.section-bg{background-color:#f0f7ff}.btn-primary{background:linear-gradient(45deg,#1e3c72,#2a5298);color:white;padding:12px 30px;border-radius:30px;font-weight:600;transition:all 0.3s ease;display:inline-block}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(30,60,114,0.3)}.btn-secondary{background:linear-gradient(45deg,#FFD700,#FFA500);color:#1e3c72;padding:12px 30px;border-radius:30px;font-weight:600;transition:all 0.3s ease;display:inline-block}.btn-secondary:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(255,215,0,0.3)}.feature-icon{width:70px;height:70px;background:linear-gradient(45deg,#1e3c72,#2a5298);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:white;font-size:30px}.service-item{background:white;border-radius:10px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;height:100%}.service-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.service-icon{font-size:40px;color:#2a5298;margin-bottom:15px}.cta-section{background:linear-gradient(rgba(30,60,114,0.9),rgba(42,82,152,0.9)),url('../themes/main/assets/img/Photo3.png');background-size:cover;background-position:center;border-radius:15px}.feature-icon{width:60px;height:60px;background:linear-gradient(45deg,#1e3c72,#2a5298);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;color:white;font-size:24px}.mission-card{background:white;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,0.05);transition:all 0.3s ease;height:100%}.mission-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,0.1)}.story-section{background:linear-gradient(rgba(30,60,114,0.9),rgba(42,82,152,0.9)),url('../themes/main/assets/img/Photo4.png');background-size:cover;background-position:center;border-radius:15px}.service-card{background:white;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.service-image{height:200px;background-size:cover;background-position:center}.price-tag{background:linear-gradient(45deg,#FFD700,#FFA500);color:#1e3c72;padding:8px 15px;border-radius:20px;font-weight:700;display:inline-block;margin-top:10px}.feature-icon{width:70px;height:70px;background:linear-gradient(45deg,#1e3c72,#2a5298);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:white;font-size:30px}.program-highlight{border-left:4px solid #2a5298;padding-left:15px;margin:20px 0}.contact-card{background:white;border-radius:15px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,0.15)}.contact-icon{width:60px;height:60px;background:linear-gradient(45deg,#1e3c72,#2a5298);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:white;font-size:24px}.form-input{width:100%;padding:12px 15px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px;transition:all 0.3s ease;font-size:16px}.form-input:focus{outline:none;border-color:#2a5298;box-shadow:0 0 0 3px rgba(42,82,152,0.1)}.form-textarea{min-height:120px;resize:vertical}.success-message{background:#d4edda;color:#155724;padding:15px;border-radius:8px;margin-top:20px;display:none}.map-container{border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.08)}.hours-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e2e8f0}.hours-item:last-child{border-bottom:none}.service-item{display:flex;align-items:flex-start;gap:15px}.service-icon{font-size:24px;margin-top:5px}.cta-section{background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);border-radius:16px}.terms-section{background-color:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.05);padding:40px}.terms-item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.terms-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.terms-title{color:#1e40af;font-weight:700;margin-bottom:15px;font-size:1.5rem}.terms-content{color:#4b5563;line-height:1.7}.terms-content p{margin-bottom:15px}.terms-content p:last-child{margin-bottom:0}.privacy-section{background-color:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,0.05);padding:40px}.privacy-item{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.privacy-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.privacy-title{color:#1e40af;font-weight:700;margin-bottom:15px;font-size:1.5rem}.privacy-content{color:#4b5563;line-height:1.7}.privacy-content p{margin-bottom:15px}.privacy-content p:last-child{margin-bottom:0}.privacy-list{list-style-type:disc;margin-left:20px;margin-bottom:15px}.privacy-list li{margin-bottom:8px}