.navbar{position:fixed;top:0;left:0;right:0;height:65px;background-color:#0b7c7c;display:flex;justify-content:space-between;align-items:center;padding:0 24px;z-index:1000;box-shadow:0 3px 8px #0003;transition:transform .3s ease,background-color .3s ease;animation:fadeDown .5s ease-in-out}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.navbar.hidden{transform:translateY(-100%)}.navbar:hover{transform:translateY(0)}.navbar-left img.navbar-logo{height:42px}.navbar-center{display:flex;gap:24px;justify-content:center;align-items:center;flex-grow:1}.navbar-center a{color:#fff;font-size:15px;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar-center a:hover{color:#00e6b8}.navbar-right{display:flex;gap:16px}.navbar-right a{color:#fff;font-size:20px;transition:color .3s ease,transform .2s ease}.navbar-right a:hover{color:#00e6b8;transform:scale(1.1)}@media (max-width: 768px){.navbar{height:58px;padding:0 12px}.navbar-left img.navbar-logo{height:30px}.navbar-center{gap:10px;flex-wrap:wrap;justify-content:center}.navbar-center a{font-size:13px;padding:4px 6px}.navbar-right{gap:10px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.navbar-right a{font-size:18px}.navbar-right::-webkit-scrollbar{height:3px}.navbar-right::-webkit-scrollbar-thumb{background:#444;border-radius:2px}}.footer{background-color:#0b7c7c;color:#f2f2f2;padding:50px 20px 20px;font-size:15px;animation:fadeIn .6s ease-in-out}.footer-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer-left,.footer-center,.footer-right{flex:1;min-width:220px}.footer-logo{height:50px;margin-bottom:15px}.footer-tagline{font-size:14px;color:#ccc;max-width:260px}.footer-center h4,.footer-right h4{margin-bottom:12px;color:#fff;font-weight:600;font-size:16px}.footer-center ul{list-style:none;padding:0}.footer-center li{margin-bottom:8px}.footer-center a,.footer-right a{color:#eee;text-decoration:none;font-weight:500;transition:color .3s,text-decoration .3s}.footer-center a:hover,.footer-right a:hover{color:#00e6b8;text-decoration:underline}.footer-right p{margin:6px 0}.footer-social{margin-top:12px}.footer-social a{color:#ccc;margin-right:12px;font-size:20px;transition:transform .3s ease,color .3s ease}.footer-social a:hover{transform:scale(1.1);color:#00e6b8}.footer-bottom{text-align:center;color:#bbb;border-top:1px solid #1a9999;margin-top:30px;padding-top:15px;font-size:13px}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}.footer-left,.footer-center,.footer-right{text-align:center;margin-bottom:30px}.footer-social{justify-content:center}}.hero{background:url(/assets/hero-bg-CGQjKgZo.jpg) no-repeat center center/cover;height:100vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;font-family:Segoe UI,sans-serif}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom right,#0000008c,#0b7c7c26);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:750px;padding:20px;animation:fadeInUp 1s ease forwards}.hero-content h1{font-size:3.2rem;margin-bottom:1rem;font-weight:700;line-height:1.2;color:#fff}.hero-content h1 span{color:#00d4b1}.hero-content p{font-size:1.25rem;color:#eee;margin-bottom:2rem}.hero-btn{background-color:#0b7c7c;color:#fff;padding:12px 28px;border-radius:30px;text-decoration:none;font-weight:700;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 10px #0003}.hero-btn:hover{background:transparent;border-color:#0b7c7c;color:#0b7c7c}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.hero-btn{padding:10px 20px;font-size:14px}}.about-section{max-width:1200px;margin:80px auto;padding:20px;text-align:center;color:#333;background-color:#fff}.about-section h2{color:#0b7c7c;font-size:32px;margin-bottom:20px}.intro-text{max-width:800px;margin:0 auto 40px;font-size:17px;line-height:1.7;color:#555}.about-content{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;text-align:left}.about-box{flex:1;min-width:280px;max-width:400px;background-color:#f9f9f9;padding:25px;border-radius:8px;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.about-box:hover{transform:translateY(-5px)}.about-box h3{margin-bottom:15px;color:#0b7c7c;font-size:20px}.about-box ul{padding-left:20px;line-height:1.7;color:#444}.about-box li{margin-bottom:10px}.comparison-box .comparison-grid{display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.comparison-card{flex:1;min-width:200px;background:#fff;border:1px solid #ddd;border-radius:10px;padding:20px;box-shadow:0 4px 10px #0000000d;transition:transform .3s ease}.comparison-card:hover{transform:translateY(-4px)}.comparison-card h4{color:#0b7c7c;font-size:18px;margin-bottom:10px}.comparison-card ul{padding-left:20px;font-size:14px;color:#444;line-height:1.6}@media (max-width: 768px){.about-section{padding:20px}.intro-text{font-size:15px}.about-box{max-width:100%}.comparison-grid{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:15px}.comparison-card{min-width:250px;flex:0 0 auto}}.products-section{padding:60px 20px;background:#f9f9f9;text-align:center;max-width:1200px;margin:auto}.products-section h2{font-size:32px;color:#0b7c7c;margin-bottom:40px}.product-intro{max-width:800px;margin:0 auto 40px}.product-intro img{width:120px;margin-bottom:20px}.product-intro h3{font-size:22px;color:#222;margin-bottom:10px}.product-intro p{font-size:15px;color:#444;line-height:1.6;margin-bottom:20px}.product-intro h4{color:#0b7c7c;margin-top:30px;font-size:18px}.bullet-list{text-align:left;max-width:600px;margin:20px auto;padding-left:20px}.bullet-list li{margin-bottom:10px;font-size:14.5px;color:#444}.products-container{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}.flip-card{width:260px;height:360px;perspective:1000px;cursor:pointer;animation:fadeUp .6s ease forwards;opacity:0;transform:translateY(20px);transition:transform .4s}.flip-card:hover{transform:translateY(0) scale(1.03)}.flip-card:nth-child(1){animation-delay:.1s}.flip-card:nth-child(2){animation-delay:.2s}.flip-card:nth-child(3){animation-delay:.3s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.flip-card-inner{width:100%;height:100%;transition:transform .6s ease;transform-style:preserve-3d;position:relative}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:12px;box-shadow:0 4px 15px #0000001a;background:#fff;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.flip-card-front img{width:100%;height:140px;object-fit:contain;margin-bottom:15px}.flip-card-front h3,.flip-card-back h3{font-size:18px;font-weight:600;color:#0b7c7c;margin-bottom:10px}.flip-card-front p,.flip-card-back p{font-size:14px;color:#555;text-align:center;padding:0 10px}.flip-card-back{transform:rotateY(180deg);background:#e9fdfd}.learn-more{margin-top:15px;padding:8px 16px;border:1px solid #0b7c7c;color:#0b7c7c;background:transparent;border-radius:25px;font-size:14px;cursor:pointer;transition:all .3s ease}.learn-more:hover{background:#0b7c7c;color:#fff}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;padding:30px;border-radius:12px;max-width:500px;width:100%;text-align:left;box-shadow:0 10px 25px #0003;animation:scaleIn .3s ease-in-out forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-content h3{margin-bottom:15px;font-size:20px;color:#0b7c7c}.modal-content p{font-size:15px;color:#444;line-height:1.6}.close-btn{margin-top:20px;padding:8px 16px;background:#0b7c7c;color:#fff;border:none;border-radius:20px;cursor:pointer}@media (max-width: 768px){.products-container{gap:20px}.flip-card{width:90%;max-width:300px;height:340px}.product-intro h3{font-size:18px}.product-intro p{font-size:14px}.modal-content{padding:20px}}.product-intro{max-width:900px;margin:0 auto 60px;padding:20px;text-align:center;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #00000014}.intro-heading{font-size:24px;color:#222;font-weight:600;margin-bottom:15px}.intro-description{font-size:15px;color:#444;line-height:1.7;margin-bottom:30px}.features-heading{font-size:20px;color:#047e7e;margin-bottom:20px;font-weight:600}.feature-list{text-align:left;list-style:disc;margin:0 auto;max-width:700px;padding-left:20px;color:#333}.feature-list li{margin-bottom:15px;font-size:15px;line-height:1.6}.products-section{padding:60px 20px;background:#e8f5f2;text-align:center;max-width:1200px;margin:auto;border-radius:8px}.products-section h2,.products-section h3,.products-section h4,.products-section p,.feature-list li{color:#094949}.product-intro{max-width:800px;margin:0 auto 40px;background:#fff;padding:30px;border-radius:12px;box-shadow:0 3px 12px #0000001a}.battery-banner{width:140px;margin:10px auto 30px;display:block}.flip-card-front,.flip-card-back{background:#fff}.flip-card-back{background:#d4f2ed}.modal-content{background:#fff;border:2px solid #0b7c7c}.close-btn{background:#0b7c7c;color:#fff}.contact-section{padding:4rem 1rem;background:#e6fdf4;color:#333;text-align:center;animation:fadeInUp 1s ease-in}.contact-section h2{font-size:2.5rem;margin-bottom:.5rem;color:#0b7c7c}.sub-text{font-size:1.1rem;margin-bottom:2rem;color:#555}.contact-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;max-width:1000px;margin:0 auto;animation:fadeInUp .8s ease-in forwards}.contact-info{flex:1;min-width:280px;max-width:400px;text-align:left;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000000d}.contact-info h3{margin-bottom:1rem;color:#0b7c7c}.contact-info p{margin:10px 0;font-size:15px}.contact-info a{color:#0b7c7c;text-decoration:none}.contact-form{flex:1;min-width:280px;max-width:400px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000000d}.contact-form input,.contact-form textarea{width:100%;padding:12px;margin-bottom:15px;border:1px solid #ccc;border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box;resize:none;max-width:100%}.contact-form button{background:#0b7c7c;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-size:15px;cursor:pointer;transition:all .3s ease}.contact-form button:hover{background:#095f5f}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-grid{flex-direction:column;gap:30px}.contact-info,.contact-form{max-width:100%}}.franchise-section{padding:60px 20px;background:#f9fdfd;font-family:Segoe UI,sans-serif;color:#333}.franchise-grid{max-width:1200px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));align-items:center;gap:40px}.franchise-text h2{font-size:36px;color:#0b7c7c;margin-bottom:20px}.franchise-text p{font-size:16px;line-height:1.7;margin-bottom:20px}.franchise-btn{background:#0b7c7c;color:#fff;border:none;padding:12px 28px;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s,transform .2s}.franchise-btn:hover{background:#095f5f;transform:scale(1.05)}.franchise-media img{width:100%;border-radius:12px;box-shadow:0 4px 12px #00000026}.franchise-accordion{max-width:900px;margin:50px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 15px #0000001a}.accordion-item{border-bottom:1px solid #ddd;padding:15px 0}.accordion-item h3{cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:20px;color:#0b7c7c;margin:0}.accordion-content{max-height:0;overflow:hidden;padding:0;transition:max-height .4s ease,padding .3s ease}.accordion-content.open{max-height:500px;padding:15px 0 0}.accordion-content ul{padding-left:20px;color:#444;line-height:1.7}.accordion-content li{margin-bottom:10px;font-size:15px}.franchise-cta{background:#e6fbfb;margin:50px auto 0;padding:30px;border-radius:10px;max-width:800px;text-align:center;box-shadow:0 3px 10px #0000001a}.franchise-cta h3{font-size:24px;color:#0b7c7c;margin-bottom:10px}.franchise-cta p{font-size:15px;color:#555;line-height:1.6;margin-bottom:20px}@media (max-width: 768px){.franchise-text h2{font-size:28px}.accordion-item h3{font-size:18px}}.policies-container{max-width:900px;margin:100px auto 60px;padding:20px;text-align:center}.policies-container h1{color:#0b7c7c;margin-bottom:40px;font-size:28px}.policies-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:25px;margin-top:30px}.policy-btn{background:#0b7c7c;color:#fff;padding:14px 30px;border-radius:6px;text-decoration:none;font-weight:500;transition:background .3s ease;min-width:220px;text-align:center;font-size:15px;box-shadow:0 2px 5px #0000001a}.policy-btn:hover{background:#095f5f}.policy-detail{max-width:900px;margin:100px auto 40px;padding:20px;line-height:1.7;color:#444}.policy-detail h1{color:#0b7c7c;margin-bottom:20px}.policy-btn{display:flex;align-items:center;justify-content:center;gap:8px;background-color:#0b7c7c;color:#fff;padding:12px 20px;border-radius:6px;text-decoration:none;transition:background .3s;box-shadow:0 4px 10px #00000026;font-weight:500}.policy-btn:hover{background-color:#095f5f}.policy-icon{font-size:18px}body{background:#f5f7f8}.franchise-form-page{max-width:600px;margin:80px auto;padding:40px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000014;font-family:Segoe UI,Arial,sans-serif;animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.franchise-form-page h2{text-align:center;color:#0b7c7c;font-size:28px;margin-bottom:5px}.form-subtext{text-align:center;font-size:14px;color:#666;margin-bottom:30px}.franchise-form{display:flex;flex-direction:column;gap:20px}.form-group{position:relative;margin-bottom:20px}.form-group input,.form-group textarea{width:100%;padding:14px;border:1px solid #ccc;border-radius:6px;font-size:15px;transition:all .3s;background-color:#fefefe}.form-group label{position:absolute;top:14px;left:14px;background:#fff;padding:0 4px;color:#999;font-size:14px;pointer-events:none;transition:.3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#0b7c7c;outline:none}.form-group input:focus+label,.form-group input:not(:placeholder-shown)+label,.form-group textarea:focus+label,.form-group textarea:not(:placeholder-shown)+label{top:-9px;left:10px;font-size:12px;color:#0b7c7c;background:#fff}textarea{resize:vertical;min-height:100px}button[type=submit]{background-color:#0b7c7c;color:#fff;padding:14px;font-size:16px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background .3s,transform .2s}button[type=submit]:hover{background-color:#095f5f;transform:scale(1.03)}@media (max-width: 500px){.franchise-form-page{margin:40px 15px;padding:25px}}body{margin:0;font-family:Arial,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1e1e1e}.navbar .logo{height:50px}.navbar ul{list-style:none;display:flex;gap:1rem}.navbar a{color:#fff;text-decoration:none}.hero{position:relative;text-align:center}.hero-img{width:100%;height:auto}.hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff}.about,.products,.contact,.footer{padding:2rem;text-align:center}.product-list{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.product img{width:200px;height:150px;object-fit:cover}.footer{background-color:#1e1e1e;color:#fff;padding:1rem}html{scroll-behavior:smooth}
