/* Prevent horizontal scroll on packs page */.packs-hero, .packs-section, .experience-section, .final-cta-section, .addons-section { max-width: 100vw; overflow-x: hidden;}/* Packs Page Styles - Following Tournaments Page Design Patterns *//* ============================================================================= HERO SECTION ============================================================================= */.packs-hero { margin: 8px; margin-top: 15px; position: relative; min-height: 500px; border-radius: 18px; overflow: hidden; display: flex; align-items: center; justify-content: center;}.packs-hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1;}.packs-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, rgb(0 0 0 / 65%) 0%, rgb(0 0 0 / 0%) 100%); z-index: 2;}.packs-hero-content { position: relative; z-index: 3; color: white; padding: 3rem 1.5rem; width: 100%; height: 100%; display: flex; align-items: center;}.hero-content-inner { max-width: 700px; text-align: left;}.packs-hero h1 { font-size: 2.2rem; font-weight: 700; line-height: 1.1; margin-bottom: 1rem; color: white; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.packs-hero-description { font-size: 1rem; opacity: 0.95; line-height: 1.5; margin-bottom: 1.5rem; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.hero-badges { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem;}.hero-badge { background: rgba(186, 246, 49, 0.2); border: 1px solid rgba(186, 246, 49, 0.5); padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.85rem; font-weight: 500; color: white;}/* ============================================================================= EXPERIENCE SECTION ============================================================================= */.experience-section { margin: 8px; margin-top: 2rem; background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%); border-radius: 18px; border: 1px solid rgba(0, 0, 0, 0.1); padding-top: 0px; padding-left: 0px; padding-bottom: 0px; padding-right: 20px; }.experience-container { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center;}.experience-image { border-radius: 12px 0px 0px 12px; overflow: hidden; height: 300px;}.experience-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%;}.experience-content h2 { font-size: 2rem; font-weight: 700; color: #000; margin-bottom: 1rem;}.experience-content h2 .highlight { background: linear-gradient(135deg, #BAF631 0%, #A8E02C 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}.experience-text { max-width: 100%;}.experience-text p { color: rgba(0, 0, 0, 0.85); font-size: 0.95rem; line-height: 1.6; margin-bottom: 1rem;}/* =========================== RESPONSIVE FIXES =========================== */@media (max-width: 768px) { .experience-section { margin: 8px; margin-top: 1rem; border-radius: 12px; border: none; padding: 0; background: #fff; } .experience-container { display: flex; flex-direction: column; gap: 1.5rem; } .experience-image { width: 100%; height: 250px; border-radius: 12px 12px 0 0; overflow: hidden; } .experience-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px 12px 0 0; } .experience-content { padding: 0 1.5rem; } .experience-content h2 { font-size: 1.5rem; text-align: left; } .experience-text p { font-size: 0.95rem; line-height: 1.6; }}@media (max-width: 480px) { .experience-image { height: 220px; } .experience-content h2 { font-size: 1.3rem; } .experience-text p { font-size: 0.9rem; }}/* ============================================================================= PACKS SECTION ============================================================================= */.packs-section { margin: 8px; margin-top: 2rem; padding: 2rem 0.5rem;}.packs-header { text-align: center; margin-bottom: 1.5rem;}.packs-header h2 { font-size: 2.5rem; font-weight: 700; color: white;}.packs-header h2 .highlight { background: linear-gradient(135deg, #BAF631 0%, #A8E02C 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}.packs-intro { text-align: center; max-width: 900px; margin: 0 auto 3rem;}.packs-intro p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); line-height: 1.6;}.packs-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; max-width: 1400px; margin: 0 auto;}/* ============================================================================= PACK CARDS - GENERAL STYLES ============================================================================= */.pack-card { background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(20px); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); overflow: hidden; transition: all 0.3s ease; position: relative;}.pack-card:hover { transform: translateY(-5px); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.2); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);}.pack-image { height: 250px; background-size: cover; background-position: center; position: relative;}.pack-content { padding: 2rem;}.pack-icon { font-size: 2.5rem; margin-bottom: 1rem;}.pack-title { font-size: 1.6rem; font-weight: 700; color: white; margin-bottom: 0.5rem;}.pack-subtitle { color: #BAF631; font-weight: 600; margin-bottom: 0.5rem; font-size: 1rem;}.pack-location { color: rgba(255, 255, 255, 0.7); margin-bottom: 1rem; font-size: 0.9rem;}.pack-description { color: rgba(255, 255, 255, 0.85); line-height: 1.6; margin-bottom: 1.5rem; font-size: 0.95rem;}.pack-features { list-style: none; padding: 0; margin: 0 0 2rem 0;}.pack-features li { color: rgba(255, 255, 255, 0.85); padding: 0.5rem 0; display: flex; align-items: center; gap: 0.7rem; font-size: 0.9rem; line-height: 1.4;}.pack-features i { color: #BAF631; font-size: 1rem; flex-shrink: 0;}.pack-footer { border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 1.5rem;}.pack-price { text-align: center; margin-bottom: 1.5rem;}.price-label { display: block; color: rgba(255, 255, 255, 0.6); font-size: 0.8rem; margin-bottom: 0.3rem;}.price-amount { display: block; font-size: 2.5rem; font-weight: 700; color: #BAF631; line-height: 1; margin-bottom: 0.3rem;}.price-period { display: block; color: rgba(255, 255, 255, 0.6); font-size: 0.85rem;}.pack-actions { display: flex; flex-direction: column; gap: 1rem;}.limited-spots { text-align: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.7); font-size: 0.85rem; display: flex; align-items: center; justify-content: center; gap: 0.5rem;}.limited-spots i { color: #BAF631;}/* Notice for single room supplement */.pack-notice { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 1.5rem; font-size: 0.85rem; color: rgba(255, 255, 255, 0.85);}.pack-notice i { color: #ff6b6b; font-size: 1rem; flex-shrink: 0;}/* For featured pack with white background */.pack-card.featured .pack-notice { color: #333;}/* ============================================================================= FEATURED PACK - PACK 1 - MORE COMPACT ============================================================================= */.pack-card.featured { background: linear-gradient(135deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%); transform: scale(1);}.pack-card.featured:hover { transform: none !important; box-shadow: none !important; background: linear-gradient(135deg, #fff 0%, #fff 100%) !important;}.featured-badge { position: absolute; top: -1px; left: 50%; transform: translateX(-50%); background: #BAF631; color: #333; padding: 0.6rem 1.5rem; border-radius: 0 0 15px 15px; font-size: 0.85rem; font-weight: 700; z-index: 10; text-transform: uppercase; letter-spacing: 0.5px;}.pack-card.featured .pack-image { height: 280px;}.pack-card.featured .pack-content { padding: 1.5rem 2rem;}.pack-card.featured .pack-icon { font-size: 2.5rem; margin-bottom: 0.5rem;}.pack-card.featured .pack-title { font-size: 1.8rem; margin-bottom: 0.3rem;}.pack-card.featured .pack-subtitle { font-size: 1rem; margin-bottom: 0.3rem;}.pack-card.featured .pack-location { margin-bottom: 0.8rem;}.pack-card.featured .pack-description { margin-bottom: 1rem; font-size: 0.9rem;}.pack-card.featured .pack-features { margin-bottom: 1.5rem;}.pack-card.featured .pack-features li { padding: 0.3rem 0; font-size: 0.85rem;}.pack-card.featured .pack-footer { padding-top: 1rem;}.pack-card.featured .pack-price { margin-bottom: 1rem;}.pack-card.featured .price-amount { font-size: 2.5rem;}.pack-card.featured .limited-spots { margin-top: 0.8rem; padding-top: 0.8rem;}/* ============================================================================= BUTTONS ============================================================================= *//* ============================================================================= PACK 4 - HORIZONTAL LAYOUT ============================================================================= */.pack-card.horizontal { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 0;}.pack-card.horizontal .pack-image { height: 250px;}.pack-card.horizontal .pack-content { display: flex; flex-direction: column;}.pack-card.horizontal .pack-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.3rem 1rem;}/* ============================================================================= BUTTONS ============================================================================= */.btn-primary,.btn-secondary { padding: 0.8rem 1.5rem; border-radius: 25px; font-weight: 600; font-size: 0.9rem; cursor: pointer; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; text-decoration: none; border: none; width: 100%;}.btn-primary { background: #BAF631; color: #333;}.btn-primary:hover { background: #A8E02C; transform: translateY(-2px); box-shadow: 0 4px 20px rgba(186, 246, 49, 0.4); text-decoration: none; color: #333;}.btn-secondary { background: #000000; color: rgba(255, 255, 255, 0.9); border: 2px solid rgba(255, 255, 255, 0.3);}.btn-secondary:hover { background: rgba(255, 255, 255, 0.1); color: #000000; border-color: rgb(0 0 0 / 50%); text-decoration: none;}/* ============================================================================= FINAL CTA SECTION ============================================================================= */.final-cta-section { margin: 8px; margin-top: 3rem; background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%); border-radius: 18px; border: 1px solid rgba(0, 0, 0, 0.1); padding: 3rem 1.5rem; text-align: center;}.final-cta-content h2 { font-size: 2rem; font-weight: 700; color: #000; margin-bottom: 1rem;}.final-cta-content > p { color: rgba(0, 0, 0, 0.85); font-size: 1rem; line-height: 1.6; margin-bottom: 2rem; max-width: 700px; margin-left: auto; margin-right: auto;}.cta-buttons { display: flex; flex-direction: column; gap: 1rem; max-width: 400px; margin: 0 auto 2rem;}.cta-tagline { color: #7EC800; font-size: 1.2rem; font-weight: 600; margin: 0;}/* ============================================================================= REGISTRATION MODAL ============================================================================= */.registration-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; display: flex; align-items: center; justify-content: center; padding: 20px;}.registration-modal-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(5px);}.registration-modal-content { background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(40, 40, 40, 0.95) 100%); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 16px; max-width: 500px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; z-index: 10; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);}.registration-modal-header { padding: 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; justify-content: space-between; align-items: center;}.registration-modal-header h3 { color: white; margin: 0; font-weight: 700; font-size: 1.3rem;}.registration-modal-close { background: none; border: none; color: rgba(255, 255, 255, 0.7); font-size: 2rem; cursor: pointer; padding: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; transition: all 0.3s ease;}.registration-modal-close:hover { background: rgba(255, 255, 255, 0.1); color: white;}.registration-modal-body { padding: 1.5rem;}/* ============================================================================= FORM STYLES ============================================================================= */.registration-form { display: flex; flex-direction: column; gap: 1.5rem;}.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px;}.form-group { display: flex; flex-direction: column; gap: 0.5rem;}.form-label { color: white; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.3rem;}.form-input,.form-select,.form-textarea { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; padding: 0.8rem 1rem; color: white; font-size: 0.9rem; transition: all 0.3s ease; outline: none;}.form-input:focus,.form-select:focus,.form-textarea:focus { border-color: #BAF631; box-shadow: 0 0 0 2px rgba(186, 246, 49, 0.2); background: rgba(255, 255, 255, 0.15);}.form-input::placeholder,.form-textarea::placeholder { color: rgba(255, 255, 255, 0.5);}.form-select { cursor: pointer;}.form-select option { background: #333; color: white;}.form-textarea { resize: vertical; min-height: 80px; font-family: inherit;}.helper-text { color: rgba(255, 255, 255, 0.6); font-size: 0.75rem; margin-top: 0.2rem; line-height: 1.3;}.form-actions { display: flex; gap: 1rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.1);}.form-actions .btn-primary,.form-actions .btn-secondary { flex: 1;}.checkbox-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; color: white;}.checkbox-label input[type="checkbox"] { margin-top: 3px; cursor: pointer;}.checkbox-label a { color: #BAF631; text-decoration: underline;}/* ============================================================================= ALERTS ============================================================================= */.alert { padding: 15px 20px; border-radius: 8px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; font-size: 14px;}.alert-success { background-color: rgba(81, 207, 102, 0.2); color: #51cf66; border: 1px solid rgba(81, 207, 102, 0.3);}.alert-error { background-color: rgba(255, 107, 107, 0.2); color: #ff6b6b; border: 1px solid rgba(255, 107, 107, 0.3);}.alert i { font-size: 18px;}/* ============================================================================= RESPONSIVE - TABLET (768px and up) ============================================================================= */@media (min-width: 768px) { .packs-hero { margin: 10px; margin-top: 20px; min-height: 550px; border-radius: 20px; } .packs-hero-content { padding: 4rem 2rem; } .hero-content-inner { max-width: 800px; } .packs-hero h1 { font-size: 3rem; } .packs-hero-description { font-size: 1.1rem; } .packs-section, .final-cta-section { margin: 10px; margin-top: 2rem; padding: 3rem 2rem; border-radius: 20px; } .experience-container { grid-template-columns: 1fr 1fr; gap: 3rem; } .experience-image { height: 400px; } .experience-content h2 { font-size: 2.5rem; } .packs-header h2 { font-size: 3rem; } .packs-grid { grid-template-columns: repeat(2, 1fr); } .pack-card.featured { grid-column: 1 / -1; } .pack-card.featured .pack-content { padding: 2rem 3rem; } .pack-card.horizontal { grid-template-columns: 400px 1fr; } .pack-card.horizontal .pack-image { height: 100%; min-height: 300px; } .pack-actions { flex-direction: row; } .cta-buttons { flex-direction: row; max-width: 600px; } .form-row { grid-template-columns: 1fr 1fr; } .form-actions { flex-direction: row; }}/* ============================================================================= RESPONSIVE - DESKTOP (1024px and up) ============================================================================= */@media (min-width: 1024px) { .packs-hero { margin: 20px; margin-top: 15px; min-height: 600px; border-radius: 24px; } .packs-hero-content { padding: 8rem 5rem 3rem 3rem; } .hero-content-inner { max-width: 900px; } .packs-hero h1 { font-size: 4rem; } .packs-hero-description { font-size: 1.3rem; } .packs-section, .final-cta-section { margin: 20px; margin-top: 3rem; padding: 4rem 3rem; border-radius: 24px; } .experience-container { gap: 4rem; } .experience-image { height: 500px; } .experience-content h2 { font-size: 2.8rem; } .packs-header h2 { font-size: 3.5rem; } .pack-card.horizontal { grid-template-columns: 500px 1fr; } .final-cta-content h2 { font-size: 3rem; } .cta-tagline { font-size: 1.5rem; }}/* ============================================================================= RESPONSIVE - MOBILE SPECIFIC ============================================================================= */@media (max-width: 768px) { .form-row { grid-template-columns: 1fr; } .registration-modal { padding: 10px; } .registration-modal-content { max-height: 95vh; } .registration-modal-header, .registration-modal-body { padding: 1rem; } .form-actions { flex-direction: column; } .btn-primary, .btn-secondary { width: 100%; }}/* ============================================================================= ACCESSIBILITY ============================================================================= */@media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }}/* ============================================================================ ADD-ONS SECTION ============================================================================ */.addons-section { margin: 20px; margin-top: 0; background: #ffffff; border-radius: 20px; padding: 4rem 3rem; border: 1px solid rgba(0, 0, 0, 0.05);}.addons-container { display: grid; grid-template-columns: 45% 1fr; gap: 4rem; max-width: 1440px; margin: 0 auto; align-items: center;}/* Left Side - List Content */.addons-list-content { display: flex; flex-direction: column;}.addons-list-content h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; color: #333;}.section-line { width: 80px; height: 3px; background: #BAF631; margin-bottom: 1.5rem; border-radius: 3px;}.addons-intro { color: rgba(0, 0, 0, 0.7); font-size: 1.1rem; font-weight: 500; margin-bottom: 2.5rem; line-height: 1.6;}.addons-list { list-style: none; padding: 0; margin: 0;}.addons-list li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; color: #333; font-size: 1.05rem; line-height: 1.6;}.addons-list li i { color: #BAF631; font-size: 1.3rem; margin-top: 0.2rem; flex-shrink: 0;}.addons-list li span { flex: 1;}/* Right Side - Carousel */.addons-carousel-wrapper { position: relative;}.addons-carousel { position: relative; border-radius: 20px; overflow: hidden; height: 500px; background: rgba(0, 0, 0, 0.05); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);}.addons-carousel .carousel-container { position: relative; width: 100%; height: 100%; overflow: hidden;}.addons-carousel .carousel-track { display: flex; transition: transform 0.5s ease; height: 100%;}.addons-carousel .carousel-slide { min-width: 100%; height: 100%; position: relative;}.addons-carousel .carousel-slide img { width: 100%; height: 100%; object-fit: cover;}.addons-carousel .carousel-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0, 0, 0, 0.85)); color: white; padding: 2.5rem 2rem 1.5rem 2rem; text-align: center;}.addons-carousel .carousel-caption h4 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; color: #BAF631;}.addons-carousel .carousel-caption p { font-size: 1rem; font-weight: 400; opacity: 0.95; line-height: 1.4;}.addons-carousel .carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.95); border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #333; transition: all 0.3s ease; z-index: 10; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}.addons-carousel .carousel-nav:hover { background: white; transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);}.addons-carousel .carousel-prev { left: 20px;}.addons-carousel .carousel-next { right: 20px;}.addons-carousel .carousel-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;}.addons-carousel .carousel-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); border: none; cursor: pointer; padding: 0; transition: all 0.3s ease;}.addons-carousel .carousel-dot.active { background: #BAF631; width: 30px; border-radius: 6px;}/* Mobile Responsive */@media (max-width: 968px) { .addons-container { grid-template-columns: 1fr; gap: 3rem; } .addons-list-content h2 { font-size: 2.2rem; } .addons-carousel { height: 400px; }}@media (max-width: 768px) { .addons-section { margin: 10px; margin-top: 0; padding: 3rem 2rem; } .addons-container { gap: 2.5rem; } .addons-list-content h2 { font-size: 2rem; } .addons-intro { font-size: 1rem; margin-bottom: 2rem; } .addons-list li { font-size: 1rem; margin-bottom: 1.2rem; } .addons-list li i { font-size: 1.2rem; } .addons-carousel { height: 350px; } .addons-carousel .carousel-caption { padding: 2rem 1.5rem 1.2rem 1.5rem; } .addons-carousel .carousel-caption h4 { font-size: 1.3rem; } .addons-carousel .carousel-caption p { font-size: 0.9rem; } .addons-carousel .carousel-nav { width: 40px; height: 40px; font-size: 1.2rem; }}@media (max-width: 480px) { .addons-section { margin: 8px; margin-top: 0; padding: 2.5rem 1.5rem; } .addons-container { gap: 2rem; } .addons-list-content h2 { font-size: 1.8rem; } .addons-intro { font-size: 0.95rem; margin-bottom: 1.5rem; } .addons-list li { font-size: 0.95rem; margin-bottom: 1rem; gap: 0.8rem; } .addons-list li i { font-size: 1.1rem; } .addons-carousel { height: 300px; } .addons-carousel .carousel-caption { padding: 1.5rem 1rem 1rem 1rem; } .addons-carousel .carousel-caption h4 { font-size: 1.2rem; margin-bottom: 0.3rem; } .addons-carousel .carousel-caption p { font-size: 0.85rem; } .addons-carousel .carousel-nav { width: 35px; height: 35px; font-size: 1rem; } .addons-carousel .carousel-prev { left: 10px; } .addons-carousel .carousel-next { right: 10px; }} list-style: none; padding: 0; margin: 0;}.addons-list li { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; color: #333; font-size: 1.05rem; line-height: 1.6;}.addons-list li i { color: #BAF631; font-size: 1.3rem; margin-top: 0.2rem; flex-shrink: 0;}.addons-list li span { flex: 1;}/* Right Side - Carousel */.addons-carousel-wrapper { position: relative;}.addons-carousel { position: relative; border-radius: 20px; overflow: hidden; height: 500px; background: rgba(0, 0, 0, 0.05); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);}.addons-carousel .carousel-container { position: relative; width: 100%; height: 100%; overflow: hidden;}.addons-carousel .carousel-track { display: flex; transition: transform 0.5s ease; height: 100%;}.addons-carousel .carousel-slide { min-width: 100%; height: 100%; position: relative;}.addons-carousel .carousel-slide img { width: 100%; height: 100%; object-fit: cover;}.addons-carousel .carousel-caption { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0, 0, 0, 0.85)); color: white; padding: 2.5rem 2rem 1.5rem 2rem; text-align: center;}.addons-carousel .carousel-caption h4 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; color: #BAF631;}.addons-carousel .carousel-caption p { font-size: 1rem; font-weight: 400; opacity: 0.95; line-height: 1.4;}.addons-carousel .carousel-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255, 255, 255, 0.95); border: none; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #333; transition: all 0.3s ease; z-index: 10; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);}.addons-carousel .carousel-nav:hover { background: white; transform: translateY(-50%) scale(1.1); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);}.addons-carousel .carousel-prev { left: 20px;}.addons-carousel .carousel-next { right: 20px;}.addons-carousel .carousel-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;}.addons-carousel .carousel-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); border: none; cursor: pointer; padding: 0; transition: all 0.3s ease;}.addons-carousel .carousel-dot.active { background: #BAF631; width: 30px; border-radius: 6px;}/* Mobile Responsive */@media (max-width: 968px) { .addons-container { grid-template-columns: 1fr; gap: 3rem; } .addons-list-content h2 { font-size: 2.2rem; } .addons-carousel { height: 400px; }}@media (max-width: 768px) { .addons-section { margin: 10px; margin-top: 0; padding: 3rem 2rem; } .addons-container { gap: 2.5rem; } .addons-list-content h2 { font-size: 2rem; } .addons-intro { font-size: 1rem; margin-bottom: 2rem; } .addons-list li { font-size: 1rem; margin-bottom: 1.2rem; } .addons-list li i { font-size: 1.2rem; } .addons-carousel { height: 350px; } .addons-carousel .carousel-caption { padding: 2rem 1.5rem 1.2rem 1.5rem; } .addons-carousel .carousel-caption h4 { font-size: 1.3rem; } .addons-carousel .carousel-caption p { font-size: 0.9rem; } .addons-carousel .carousel-nav { width: 40px; height: 40px; font-size: 1.2rem; }}@media (max-width: 480px) { .addons-section { margin: 8px; margin-top: 0; padding: 2.5rem 1.5rem; } .addons-container { gap: 2rem; } .addons-list-content h2 { font-size: 1.8rem; } .addons-intro { font-size: 0.95rem; margin-bottom: 1.5rem; } .addons-list li { font-size: 0.95rem; margin-bottom: 1rem; gap: 0.8rem; } .addons-list li i { font-size: 1.1rem; } .addons-carousel { height: 300px; } .addons-carousel .carousel-caption { padding: 1.5rem 1rem 1rem 1rem; } .addons-carousel .carousel-caption h4 { font-size: 1.2rem; margin-bottom: 0.3rem; } .addons-carousel .carousel-caption p { font-size: 0.85rem; } .addons-carousel .carousel-nav { width: 35px; height: 35px; font-size: 1rem; } .addons-carousel .carousel-prev { left: 10px; } .addons-carousel .carousel-next { right: 10px; }}/* ============================================================================= OPEN DATES SECTION - FRESH DESIGN FROM SCRATCH ============================================================================= */.open-dates-section { margin-bottom: 2rem;}.dates-header { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 1rem; /* Reduced from 1.5rem */}.dates-icon { font-size: 1.5rem; /* Reduced from 2rem */ line-height: 1;}.dates-header h4 { font-size: 1rem; /* Reduced from 1.2rem */ font-weight: 700; color: #000; margin: 0; text-transform: uppercase; letter-spacing: 0.5px;}.dates-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; /* Reduced from 1rem */}.date-card { background: linear-gradient(135deg, #BAF631 0%, #A8E02C 100%); padding: 1rem 0.8rem; /* Reduced from 1.5rem 1.2rem */ border-radius: 10px; /* Reduced from 12px */ text-align: center; transition: all 0.3s ease; box-shadow: 0 3px 10px rgba(186, 246, 49, 0.3); cursor: pointer;}.date-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(186, 246, 49, 0.5);}.date-month { font-size: 0.65rem; /* Reduced from 0.75rem */ font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #333; opacity: 0.8;}.date-range { font-size: 1rem; font-weight: 700; color: #000; line-height: 1.3;}/* Mobile: Stack vertically */@media (max-width: 768px) { .dates-cards { grid-template-columns: 1fr; gap: 0.8rem; } .date-card { padding: 1.2rem 1rem; } .dates-header h4 { font-size: 1.1rem; } .dates-icon { font-size: 1.8rem; }}/* Tablet: 2 columns */@media (min-width: 769px) and (max-width: 1024px) { .dates-cards { grid-template-columns: repeat(2, 1fr); }}