body{margin:0;padding:0;font-family:Arial,sans-serif;background-color:#fff;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;background-color:transparent;width:100%;box-sizing:border-box;z-index:1000;transition:background-color .3s ease}.navbar-scrolled{background-color:#fff}.navbar-brand{display:flex;align-items:center}.logo{height:80px;width:auto;padding-left:30px;padding-top:10px}.navbar-links{list-style:none;display:flex;margin:0 45px 0 0;padding:0}.navbar-links li{margin-left:20px;margin-right:50px}.navbar-links a{color:#000;text-decoration:none;font-size:1rem}.navbar-links a:hover{text-decoration:underline}.scrollable-card-row{display:flex;flex-wrap:wrap;padding:20px;gap:30px;background-color:#fff;box-sizing:border-box;height:auto;white-space:normal}.card{flex:1 1 300px;max-width:300px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fb5c12;border-radius:10px;box-shadow:0 4px 8px #0000001a;overflow:hidden;position:relative}.card-image{width:100%;height:60%;object-fit:cover}.card-name{width:100%;text-align:center;font-size:22px;margin:10px 0;padding:0 10px;color:#111010;font-weight:700}.shop-now-button{background-color:#007bff;color:#fff;border:none;border-radius:5px;padding:10px 20px;font-size:1rem;cursor:pointer;margin-bottom:10px}.shop-now-button:hover{background-color:#0056b3}.highlights-section{text-align:center;padding:60px;background-color:#fff7e6}.section-title{font-size:3.5rem;margin-bottom:40px;color:#ff6f00;font-weight:700}.highlights-container{display:flex;flex-direction:column;align-items:center;gap:40px;padding:0 10px}.highlight-item{display:flex;align-items:center;gap:20px;max-width:900px;margin:0 auto;background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box}.highlight-image{width:180px;height:180px;object-fit:cover;border-radius:10px;border:3px solid #ff6f00}.highlight-text{text-align:left;color:#333}.highlight-title{font-size:1.75rem;margin-bottom:10px;color:#ff6f00;font-weight:700}.highlight-description{font-size:1.2rem;color:#666}.services-section{padding:40px 20px;background-color:#f9f9f9;text-align:center}.services-title{font-size:2.5rem;margin-bottom:30px;color:#333;font-weight:700}.services-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.service-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 15px #0000001a;padding:20px;max-width:300px;text-align:center;border:2px solid #ffa500}.service-title{font-size:1.5rem;margin-bottom:15px;color:orange;border-bottom:2px solid #ffa500;padding-bottom:10px}.service-description{font-size:1rem;color:#666;line-height:1.6}.large-card{background:linear-gradient(135deg,#ff8c00,#ff6f00);border-radius:15px;box-shadow:0 6px 15px #0003;padding:30px;max-width:600px;margin:50px auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px}.large-card-title{font-size:2.5rem;color:#fff;margin-bottom:20px}.large-card-content{font-size:1.2rem;color:#fff;line-height:1.6;margin:0}.product-cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px;background-color:#f0f0f0}.product-card{background:linear-gradient(135deg,#ff8c00,#ff6f00);border-radius:15px;box-shadow:0 6px 15px #0003;width:250px;text-align:center;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.product-image{width:100%;height:auto;border-radius:10px;margin-bottom:15px}.product-name{font-size:1.2rem;color:#fff;margin-bottom:15px}.buy-now-button{background-color:#ff6f00;color:#fff;border:none;border-radius:5px;padding:10px 20px;font-size:1rem;cursor:pointer}.buy-now-button:hover{background-color:#e65c00}.footer{background-color:#bab9b9;color:#454444;padding:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.footer-container{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-logo{display:flex;align-items:center}.footer-logo-img{height:60px;width:auto}.footer-content{text-align:center}.footer-text{margin-bottom:10px}.footer-social{display:flex;justify-content:center;gap:15px}.social-icon img{height:24px;width:auto;transition:opacity .3s}.social-icon:hover img{opacity:.8}.landing-section{display:flex;height:100vh;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1500px}.landing-text{width:50%;display:flex;flex-direction:column;justify-content:center;padding:40px;background-color:#f0f0f0}.landing-title{font-size:3rem;color:#fb5c12;margin-bottom:20px}.landing-paragraph{font-size:1.25rem;color:#333;margin-bottom:20px}.landing-button{background-color:#fb5c12;color:#fff;border:none;border-radius:5px;padding:8px 16px;font-size:.875rem;cursor:pointer;margin-top:20px;align-self:flex-start}.landing-button:hover{background-color:#e54e1d}.landing-image{width:50%;display:flex;justify-content:center;align-items:center;padding:20px;background-color:#fff}.landing-img{width:500px;height:auto;border-radius:15px}.carousel{position:relative;width:40%;margin:auto;overflow:hidden}.carousel-slides{display:flex}.carousel-slide{min-width:100%;transition:transform .5s ease}.carousel img{width:500px;height:380px;border-radius:10px}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:10px;cursor:pointer;z-index:1}.prev{left:10px}.next{right:60px}.carousel-dots{text-align:center;margin-top:10px}.dot{height:5px;width:5px;margin:0 5px;background-color:#bbb;border-radius:50%;display:inline-block;cursor:pointer}.dot.active{background-color:#717171}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
