header{background-color:#000c;color:#fff;position:fixed;width:100%;top:0;z-index:100;display:flex;justify-content:center;align-items:center;padding:0 20px}nav ul{list-style:none;display:flex;justify-content:center;padding:15px 0;margin:0}nav ul li{margin:0 20px}nav ul li a{color:#fff;text-decoration:none;font-weight:600;font-size:16px;transition:color .3s ease}nav ul li a:hover{color:#f39c12}.language-switcher-desktop{position:absolute;top:15px;left:20px;font-size:24px;cursor:pointer;color:#fff;display:flex;align-items:center}.hamburger{display:none}@media (max-width: 768px){header{justify-content:flex-start}nav ul{display:none;flex-direction:column;position:absolute;top:60px;left:0;width:100%;background-color:#000000e6;text-align:center}nav ul.open{display:flex}nav ul li{margin:10px 0}.hamburger{display:block;position:absolute;top:15px;left:20px;font-size:24px;color:#000;cursor:pointer}.language-switcher-item{display:flex;justify-content:center;align-items:center;cursor:pointer;color:#fff}.language-switcher-item span{margin-left:10px;font-size:16px}.language-switcher-desktop{display:none}}@media (min-width: 769px){.language-switcher-item{display:none}}footer{padding:20px;background-color:#333;color:#fff}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-top{display:flex;justify-content:space-between}.contact-info{font-size:14px;margin-bottom:10px;color:#fff}.clickable-text{cursor:pointer;color:#f39c12;font-weight:700}.clickable-text:hover{text-decoration:underline}.footer-links{margin-top:30px;font-size:14px;color:#f39c12;display:flex;gap:10px;justify-content:center}.footer-link{color:#f39c12;text-decoration:none;font-weight:700}.footer-link:hover{text-decoration:underline}.footer-wechat p{font-size:12px;color:#f39c12;margin:0;max-width:100px;text-align:center}.developer-note{font-size:12px;color:#aaa;text-align:center;margin-top:10px}@media (max-width: 768px){.footer-top{flex-direction:column}.footer-wechat{margin-left:0}.footer-wechat p{max-width:100%}}#home{text-align:center;padding:270px 20px;background:url(../images/background.png) no-repeat center center/cover;background-size:100% 150%;color:#e0e0e0;position:relative}#home:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:-1}@media (max-width: 1200px){#home{background-position:top center;padding:160px 20px}}@media (max-width: 768px){#home{background-position:center center;padding:100px 10px}#home p{background:linear-gradient(135deg,#add8e6e6,#f0f8ffe6);color:#333;padding:10px 20px;border-radius:10px;box-shadow:0 4px 8px #0000001a}}@media (max-width: 480px){#home{background-position:bottom center;padding:80px 10px}#home p{background:linear-gradient(135deg,#add8e6e6,#f0f8ffe6);color:#333;padding:10px 20px;border-radius:10px;box-shadow:0 4px 8px #0000001a}}#home h1{font-size:56px;margin-bottom:20px;color:#e0e0e0;text-shadow:2px 2px 5px rgba(0,0,0,.7);z-index:1;position:relative;padding:10px 20px;border-radius:5px;display:block;width:fit-content;margin-left:auto;margin-right:auto}.chinese-title{font-size:25px!important;color:#e0e0e0!important;text-shadow:2px 2px 5px rgba(0,0,0,.7)!important;padding:10px 20px!important;border-radius:5px!important;display:block!important;width:fit-content!important;margin:5px auto 20px!important}#home p{font-size:24px;color:#f39c12;margin-bottom:40px;text-shadow:1px 1px 3px rgba(0,0,0,.7);z-index:1;position:relative;pointer-events:none}#home .btn{padding:15px 30px;background-color:#f39c12;color:#fff;text-decoration:none;border-radius:5px;font-size:20px;transition:background-color .3s ease,transform .3s ease;z-index:2;position:relative}#home .btn:hover{background-color:#e67e22;transform:scale(1.05)}#services{background:url(/images/firearm1.jpg) no-repeat center center fixed;background-size:cover;padding:40px 20px;text-align:center;background-color:#ffffffe6;min-height:100vh;background-attachment:fixed}#services h2{font-size:36px;margin-bottom:30px;color:#e0e0e0;text-shadow:2px 2px 5px rgba(0,0,0,.7);z-index:1;position:relative;background-color:#0009;padding:10px 20px;border-radius:5px;display:inline-block}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.service-item{color:#fff;padding:20px;cursor:pointer;border-radius:10px;text-align:center;height:300px;display:flex;justify-content:center;align-items:center;background-blend-mode:overlay;background-color:#00000080;transition:all .3s ease;background-size:cover;background-position:center}.service-item h3{font-size:20px;z-index:1}.service-item.expanded{background-color:#fffc;color:#333}.service-details{padding:20px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;max-width:1000px;margin:20px auto;height:600px;display:block;transition:all .5s ease}.service-details.mobile{margin-top:10px;margin-bottom:20px;height:auto}.service-images{margin-top:20px;text-align:center}.service-images img{width:100%;max-width:900px;max-height:400px;border-radius:10px;box-shadow:0 4px 8px #0000001a;object-fit:cover}@media (max-width: 768px){.service-grid{grid-template-columns:1fr}.service-item{height:200px}.service-details.mobile{height:auto}}.student-silhouettes-container{display:grid;place-items:center;text-align:center;padding:50px 20px}.silhouettes-grid{display:grid;gap:20px;max-width:1200px}.silhouette-image-wrapper{display:flex;justify-content:center;align-items:center;width:100%;max-width:600px;max-height:400px}.silhouette-image{width:100%;height:100%;object-fit:contain;border-radius:10px;box-shadow:0 4px 10px #0000001a}@media (max-width: 768px){.silhouettes-grid{grid-template-columns:1fr}.silhouette-image-wrapper{max-width:100%;max-height:300px}}.comment-disclaimer{font-size:12px;color:#888;margin-bottom:20px;text-align:center}.content-container{max-width:800px;margin:0 auto;padding:20px;text-align:left;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a}.content-container h1{font-size:36px;margin-bottom:20px;color:#333}.content-container p,.content-container ul{font-size:18px;line-height:1.6;color:#555}.content-container ul{list-style-type:disc;padding-left:40px}.content-container ul li{margin-bottom:10px}footer{text-align:center;padding:20px;background-color:#333;color:#fff}footer .footer-links{font-size:14px;color:#f39c12}footer .footer-link{color:#f39c12;text-decoration:none;margin:0 10px;font-weight:700}footer .footer-link:hover{text-decoration:underline}@media (max-width: 768px){.content-container{padding:10px}.content-container h1{font-size:28px}.content-container p,.content-container ul{font-size:16px}}.before-class-container{padding:80px 20px;background-color:#f4f7f6;color:#333;text-align:center}.before-class-header{margin-bottom:40px}.before-class-header h1{font-size:48px;color:#333}.before-class-header p{font-size:18px;color:#666;margin-top:10px}.content-container{max-width:900px;margin:0 auto;text-align:left}.section{margin-bottom:40px}.section h2,.section h3{font-size:36px;margin-bottom:15px;color:#444}.section p,.section ul{font-size:18px;color:#666;line-height:1.6}.section ul{list-style-type:disc;padding-left:20px}.section ul li{margin-bottom:10px}.ticket-note{font-size:12px;color:#888;margin-top:10px;background-color:#0000000d;padding:8px 12px;border-radius:5px;display:inline-block;text-align:left}.range-image{text-align:center;margin:20px 0}.range-image img{max-width:100%;border-radius:10px;box-shadow:0 4px 8px #0000001a}.button{display:inline-block;padding:12px 25px;background-color:#f39c12;color:#fff;text-decoration:none;border-radius:5px;font-size:18px;margin-top:15px;transition:background-color .3s ease;text-align:center}.button:hover{background-color:#e67e22}.map-links{margin-top:15px}.map-link{display:block;margin:10px 0;font-size:18px;color:#f39c12;text-decoration:none}.map-link:hover{text-decoration:underline}@media (max-width: 768px){.before-class-header h1{font-size:36px}.before-class-header p{font-size:16px}.section h2,.section h3{font-size:28px}.section p,.section ul,.button{font-size:16px}.range-image img{max-width:100%;height:auto}}.firearm-card{width:320px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #00000026;text-align:center;overflow:hidden;transition:transform .2s ease-in-out;display:flex;flex-direction:column;align-items:center}.firearm-image{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;object-position:center;background-color:transparent;padding:5px}.firearm-name{font-size:1.2rem;font-weight:700;margin:10px 0}.package-card{width:320px;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #00000026;text-align:center;overflow:hidden;transition:transform .2s ease-in-out;display:flex;flex-direction:column;align-items:center}.package-card:hover{transform:scale(1.05)}.package-image{width:100%;height:180px;object-fit:cover;border-radius:10px 10px 0 0}.package-content{padding:15px}.package-description{font-size:.9rem;color:#666}.package-price{color:#28a745;font-size:1.2rem;font-weight:700;margin-top:10px}.announcement{text-align:left;margin:20px auto;max-width:800px;background-color:#f8f9fa;padding:15px 20px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.announcement h1,.announcement h2{text-align:center;color:#333;margin-bottom:15px}.info-item{display:flex;align-items:center;font-size:1rem;margin-bottom:10px}.emoji{font-size:1.2rem;margin-right:8px}.announcement a{color:#007bff;text-decoration:none;font-weight:700}.announcement a:hover{text-decoration:underline}.firearms-section{margin:30px 0}.firearms-section h2{text-align:center;margin-bottom:20px}.firearm-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.firearm-card{border:1px solid #ddd;border-radius:8px;padding:16px;text-align:center;background-color:#fff;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease-in-out;width:250px}.firearm-card:hover{transform:scale(1.05)}.firearm-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.firearm-card h3{font-size:1.2rem;font-weight:700;margin:10px 0}.firearm-rental{color:#28a745;font-weight:700;font-size:1.1rem}.firearm-included-ammo{color:#007bff;font-weight:700}.firearm-ammo-price{color:#dc3545;font-weight:700}.firearms-section,.packages-section{margin:30px 0}.firearms-section h2,.packages-section h2{text-align:center;margin-bottom:20px}.firearm-list,.package-list{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}
